3.4.10 Linux Basic commands

3.4.10 Linux Basic Commands 

Making a Directory

Use mkdir ("make directory") to make a new directory, giving the path name of tile new directory as an argument.

To make a new directory called 'ict' in the current working directory

$ mkdir ict

To make a new directory called 'ict' in the' /trnp' directory

$ mkdir /tmp/ict

Last modified: Friday, 22 June 2012, 7:36 AM