Linux Directory Commands - www.studyandupdates.com

Sunday

Linux Directory Commands


Linux Commands


Linux Directory Commands


1. pwd Command

The pwd command is used to display the location of the current working directory.

  1. pwd  


Output:



2. mkdir Command

The mkdir command is used to create a new directory under any directory.

  1. mkdir <directory name>  


Output:



3. rmdir Command

The rmdir command is used to delete a directory.

Syntax:

  1. rmdir <directory name>  


Output:



4. ls Command

The ls command is used to display a list of content of a directory.

Syntax:

  1. ls  


5. cd Command

The cd command is used to change the current directory.

Syntax:

cd <directory name> 



लिनक्स कमांड


लिनक्स डायरेक्ट्री कमांड


1. पीडब्ल्यूडी कमांड


pwd कमांड का उपयोग वर्तमान कार्यशील निर्देशिका का स्थान प्रदर्शित करने के लिए किया जाता है।


  1. pwd


2. एमकेडीआईआर कमांड


mkdir कमांड का उपयोग किसी भी डायरेक्टरी के अंतर्गत एक नई डायरेक्टरी बनाने के लिए किया जाता है।


  1. mkdir <निर्देशिका नाम>  



3. rmdir कमांड


rmdir कमांड का उपयोग किसी डायरेक्टरी को हटाने के लिए किया जाता है।


वाक्य - विन्यास:


  1. rmdir <निर्देशिका नाम>  



4. एलएस कमांड


ls कमांड का उपयोग किसी निर्देशिका की सामग्री की सूची प्रदर्शित करने के लिए किया जाता है।


वाक्य - विन्यास:


  1. ls  



5. सीडी कमांड


सीडी कमांड का उपयोग वर्तमान निर्देशिका को बदलने के लिए किया जाता है।


वाक्य - विन्यास:


सीडी<निर्देशिका नाम> 










No comments:

Post a Comment

Popular Posts