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
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
The command ‘umask -S’
What would be the result of the command paste -s dog cat?
Which of the commands will replace all occurrences of the word rate with the word speed in the file racing?
Which command is used to compare the files?
How do I check my cpu speed?
How does diff command work?
How do I find the process id in linux?
Which command is used to delete a group?
You issue the command head * what would the resulting output be?
How to recover /etc/passwd file and /etc/shadow file?
Can I delete .bash history?
How do makefiles work?
What commands are used to see all jobs running in the hadoop cluster and kill a job in linux?
What are whois tools?