🎴 Flashcard Mode

operating systems Online Quiz - 79

Card1 / 14
Mastered0
Review0
QuestionClick to flip

Command to remove directory which is having few files inside.

AnswerClick to flip back
A
rm -r
💡 Explanation:

The rm -r (recursive) command is used in Unix/Linux to remove a directory along with all of its contents, including files and subdirectories.

Change Mode