in UNIX,what is the command to remove directory with files?
Answer Posted / keerthana
rm -r directory_name
rm -ir director_name
rm -rf directory_name
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Which command is used to delete all files in the current directory and all its sub-directories?
What are some command words?
How do I search a whole word in vim?
What does the “echo” command do?
What is the unix command to confirm a remote host is alive or not?
What is the use of find command in unix?
What is ‘ps’ command for?
Name the general commands in using unix os for a beginner?
Does cp command overwrite files?
How do you grep recursively?
What is the use of the tee command?
How do I search for a file in unix command?
What is the difference between cat and more command?
Can you explain a little bit about command substitution?
What are file commands?