Computer Science, asked by gracefullsnaitang, 6 months ago

what is the requirement for a folder (directory) to be removed using the RMDIR​

Answers

Answered by abinavs
1

Explanation:

To remove a directory that is not empty, use the rm command with the -r option for recursive deletion. Be very careful with this command, because using the rm -r command will delete not only everything in the named directory, but also everything in its subdirectories.

Similar questions