Rmdir which command is used to remove all directories
Answers
Answered by
0
Answer:
To remove a directory and all its contents, including any subdirectories and files, use the rm command with the recursive option, -r . Directories that are removed with the rmdir command cannot be recovered, nor can directories and their contents removed with the rm -r command.
Similar questions