Beginner
Linux & Shell Scripting
Q6 / 100
What is the purpose of the "rm" command?
Correct! Well done.
Incorrect.
The correct answer is A) To remove (delete) files or directories
A
Correct Answer
To remove (delete) files or directories
Explanation
"rm" removes files (or directories with -r) from the filesystem; deleted files are not moved to a trash/recycle bin by default, so use caution.
Progress
6/100