ExamVeda
Login
Home
This question belongs to Computer Science Linux
Linux
?

What command is used to remove files?

Answer & Solution
Correct Answer: Option B
The rm command is used to remove files in Linux.
It stands for "remove".
When you want to delete a file from your system, you use the rm command followed by the filename.
It's a powerful command and should be used with caution as it permanently deletes files without moving them to a trash or recycle bin.
So, in summary, to remove files in Linux, you'd use the rm command.
Examveda
Question posted by Examveda
Community

Join the Discussion

1 Comment
Ankur Thakur
Ankur Thakur 5 years ago
rm command is used for remove