Rmdir command usage introduction for one linux Command every day, And rmdir command sharing for linux commands
Rmdir command. Rmdir is a common command used to delete an empty directory. A directory must be empty before it is deleted. (Note that the rm-r dir command can replace rmdir, but it is highly risky .)
1. command Format: rmdir [Option]... directory... 2. command function: This command deletes one or more sub-directory items from a directory. to delete a directory, you must have the write permission on the parent directory. 3. Command Parameter:-p recursively deletes the directory dirname. When the subdirectory is deleted and its parent directory is empty, it is also deleted. If the entire path is deleted or some paths are retained for some reason, the system displays the corresponding information on the standard output. -V, -- verbose shows the Command Execution Process 4. Command instance: instance 1: rmdir-p recursively Delete directory command: rmdir-p logs