Thursday, 28th August 2008
Nothing too complicated here. To make a directory simply type:
And to remove it type:
To remove a directory using the "rmdir" command, it must be empty. If it is not, you will have to use the "rm" command.
Lets find out how to move and copy directories.