Subject: Create / Delete Directory on Unix / Linux
Author: Unix
Posted on: 10/06/2011 06:30:22 PM
The mkdir command
mkdir stands for make directory which is used to create a new directory
Example:
mkdir mydir
Note:
you need the write rights to create a new directory;
the newly created directory bears the permission mode of rwxrwxrwx (777)
Replies:
References: