If rmdir dir001 fails, what could be the reason(s)?

🎲 Try a Random Question  |  Total Questions in Quiz: 50  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Unix Basics Practice Test: File System — practice the complete quiz, review flashcards, or try a random question.

Quiz on files categories, pwd and cd commands for file handling, is command for listing directory contents, absolute and relative pathnames. The Unix file system is a hierarchical file system that stores files and directories in a tree-like structure. The top of the tree is the root directory, which is denoted by a slash (/). All other directories and files are located below the root directory. Directories are used to organize files. To create a directory, you use the mkdir command. To delete a directory, you use the rmdir command. To move a file to a different directory, you use the mv... Show more

If rmdir dir001 fails, what could be the reason(s)?