in UNIX,what is the command to remove directory with files?
Answer Posted / manikandan
\rm -rf directoryName
This is used for remove dirctory with confirmation
| Is This Answer Correct ? | 21 Yes | 12 No |
Post New Answer View All Answers
How do I clear my terminal history?
What does touch command do in unix?
Enlist some filename manipulation commands in unix.
Write a command that will display files in the current directory, in a colored, long format.
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What do know about tee command and its usage?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is rmdir command?
What is the use of the command 'ls -x chapter[1-5]' ?
Explain ‘system calls’ with respect to unix commands?
Is ‘du’ a command? If so, what is its use?
Is command prompt unix?
What will the following command do?
Can you enlist some commonly used network commands?
How can we use grep command in unix?