How to create and delete directories in CentOS?

In CentOS, you can use the following commands to create and delete directories:

Create a directory:

mkdir directory_name

Remove directory (only remove empty directories):

rmdir directory_name

Delete directory (remove directory and its contents recursively)

rm -r directory_name

Please be extra cautious when using the delete command to make sure you are deleting the correct directory to avoid any unexpected losses.

广告
Closing in 10 seconds
bannerAds