in UNIX,what is the command to remove directory with files?
Answer Posted / julias ceasor a
rm -rf <directory_name> without confirmation
rm -r <directory_name> With confirmation for all files it
conatins.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is grep in bash?
What is the functionality of a top command?
What are bash commands?
How does shebang work?
How do I use nslookup?
What is the use of the tee command?
What is pipe command in unix?
What is “chmod” command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does grep v do?
Is ‘du’ a command? If so, what is its use?
What is the function of grep command in unix?
Which command is used to kill the last background job?
Name the unix command to find how many days the server has been up.
How do I use grep to find a file?