Which command is used to remove a file?
A. remove
B. rm
C. mv
D. del
E. None of the above
Answer: Option B
Solution (By Examveda Team)
In Unix, the rm command is used to remove or delete files and directories. It stands for "remove".So, rm is the correct command to remove a file.
Join The Discussion