Making a directory

To make a directory use the command:

   mkdir directory_name

The access permissions for a directory that you create are set to a predetermined value which ensures that other users cannot get access to your directories and their contents.


Top document