The mkdir (make directory) command is used to create directories.
Example
[ Steve@localhost Steve ] $ mkdir prog-files
[ Steve@localhost Steve ] $ -
The sub-directory, prog-files, is created under the current directory. However, the new directory does not become the current directory. Complete path names can be specified with mkdir.
Example
[ Steve@localhost Steve ] $ mkdir /tmp/prog-files
[ Steve@localhost Steve ] $ _
In the above example, the directory, prog-files, is created under the /tmp directory.
Thursday, June 25, 2009
Creating a Directory in Linux
1:49 AM
raj
Posted in: Creating a Directory in Linux