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
What is umask 000?
How do you insert comments in the command line prompt?
What is apple llvm?
How do you limit memory usage for commands?
What does (cd dir && command) do?
What would be the result of the command paste -s dog cat?
What is finger command in linux?
Why makefile is used in linux?
What are bash scripts used for?
How do I run a script in linux?
What does execute mean in linux?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What make install does?
What does the ps command do in linux?
What does chmod 777 do?