Which two commands can you use to delete directories?
Answers were Sorted based on User's Feedback
Answer / sandeep kumar
1. rmdir <directory Name>
2. rm -rf <directory name>
| Is This Answer Correct ? | 39 Yes | 0 No |
What is shell scripting commands?
What is the command to see all the processes are working in the last 30 days?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What is makefile target?
How do you copy in linux terminal?
what are the features of Linux?
what is work of dns
What is mkdir p linux?
Explain any one service which are working on udp only?
Which command is used to uncompress gzip files?
What is clang linux?
How can we increase disk read performance in single command?