Linux and Networking

Linux and Networking

3.3 mkdir. Creating directories

A directory is a file which has the property of to be able to store, files and directories.

 

$ mkdir directorio

 

$ mkdir /home/daniel/directorio

 

Exercise

creating directories
creating directories
The Demeter Project