Translations:Linux introduction/12/en

From Alliance Doc
Jump to navigation Jump to search

Creating and removing directories

To create (make) a directory, use the mkdir command:

Question.png
[name@server ~]$ mkdir my_directory

To remove a directory, use the rmdir command:

Question.png
[name@server ~]$ rmdir my_directory

Deleting a directory like this only works if it is empty.