Discussion :: Linux - Section 1 (Q.No.2)
2. | What command is used to remove files? |
|||||||||
Answer: Option B Explanation: No answer description available for this question.
|
Nitin Dhande said: (Dec 27, 2012) | |
rm command is the remove directory and files. is used a rm command. |
Nisha said: (Jun 29, 2013) | |
rm is remove directory. |
Bibhuti said: (Jul 24, 2013) | |
#rm Use for remove files as well as only empty directory. #rm -r Use for remove directory. |
Venkat said: (Nov 1, 2013) | |
rm command which will used to remove files and directory. |
Papa Ji said: (Dec 19, 2013) | |
rm commands is use to remove any file if you wants to remove directory you have to use rm -rf /foldername. |
Supravallika said: (Apr 13, 2014) | |
rm command is used to remove the file. |
Muneer said: (Sep 7, 2016) | |
Yes, rm command is used to remove the file. |
Buganda said: (Oct 11, 2017) | |
rm is a command to remove files. rm -r is a command to remove a directory. |
Naveen Kodali said: (Dec 8, 2017) | |
In Linux to remove the files rm command is used. Probably the answer is B (rm). |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.