Linux Commands
Linux Directory Commands
1. pwd Command
The pwd command is used to display the location of the current working directory.
- pwd
Output:
2. mkdir Command
The mkdir command is used to create a new directory under any directory.
- mkdir <directory name>
Output:
3. rmdir Command
The rmdir command is used to delete a directory.
Syntax:
- rmdir <directory name>
4. ls Command
The ls command is used to display a list of content of a directory.
Syntax:
- ls
5. cd Command
The cd command is used to change the current directory.
Syntax:
cd <directory name>
लिनक्स कमांड
लिनक्स डायरेक्ट्री कमांड
1. पीडब्ल्यूडी कमांड
pwd कमांड का उपयोग वर्तमान कार्यशील निर्देशिका का स्थान प्रदर्शित करने के लिए किया जाता है।
- pwd
2. एमकेडीआईआर कमांड
mkdir कमांड का उपयोग किसी भी डायरेक्टरी के अंतर्गत एक नई डायरेक्टरी बनाने के लिए किया जाता है।
- mkdir <निर्देशिका नाम>
3. rmdir कमांड
rmdir कमांड का उपयोग किसी डायरेक्टरी को हटाने के लिए किया जाता है।
वाक्य - विन्यास:
- rmdir <निर्देशिका नाम>
4. एलएस कमांड
ls कमांड का उपयोग किसी निर्देशिका की सामग्री की सूची प्रदर्शित करने के लिए किया जाता है।
वाक्य - विन्यास:
- ls
5. सीडी कमांड
सीडी कमांड का उपयोग वर्तमान निर्देशिका को बदलने के लिए किया जाता है।
वाक्य - विन्यास:
सीडी<निर्देशिका नाम>
No comments:
Post a Comment