RMDIR Commands Cheat Sheet
Here is a cli commands cheat sheet for RMDIR command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is RMDIR command?
Add some data here
# Command syntax: rmdir [option] directory_name # Outputs a message that the directory is being removed: rmdir -v directory_name # adding the -p option deletes the child directory then its parent directory: rmdir-p directory_name # Shows the syntax of the command: rmdir --help # Get the command version: rmdir --version
Check out the RMDIR command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again