Saturday, May 19, 2012

How To: Create A Directory Or Folder in Linux On Command Line

Suppose you want to create the directory named Study, then we can use the mkdir command as follows..

$mkdir Study

The following screen shot shows the effect of mkdir command before and after the mkdir command is executed.In case you are wondering what the ls command stands for, its used for listing files and directories in the directory.

 

 

No comments:

Post a Comment