Q19
Which command is used to remove a file?
A.
remove
B.
rm
AnswerC.
mv
D.
del
E.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
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.