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
How do you copy in linux terminal?
What is the use of man command in linux?
What is df -i command?
How do I clear terminal command history?
Explain about the command elm?
What is devops linux?
What does uname command do?
Explain trap command; shift command, getopts command of linux?
Brief about the command ff?
Why makefile is used in linux?
What does history command do in linux?
why context switching time should be minimum? How it depends on hardware support?
Which command is used to find what is in your home directory?
How do I search bash history?
How often do you use grep command and how in Linux operating system?