Saturday, 3 November 2012

mkdir - Basic Unix Command

mkdir
Use this command to create a directory.
   % mkdir album
To get "into" this directory, do
   % cd album
To see what files are in essays, do this:
   % ls
There is no files there yet, since you just made it. 
To create files, see cat 

No comments:

Post a Comment