Which two commands can you use to delete directories?
Answer Posted / amit rana
1. rmdir <directory name> : use to delete only blank
directories .
2. rm -rf <directory name> : use to delete directory & its
all contents.
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
When and how linux developed?
What is du -s * | sort -k1,1rn | head command used for?
How do you ask politely?
What are the 7 types of sentences?
What is cpu utilization linux?
How do I run a command in linux?
How will you suspend a running process and put it in the background?
Which command is used to clear the screen?
What is gnu in linux?
What is netstat command in linux?
What does comm do and how to use it?
What is ulimit command?
What is cat command in linux?
What is the ipconfig command for linux?
How does mkdir work in linux?