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
How do I use grep to find a file?
Explain command to show the space allocation of files?
What is ctrl d?
What does grep v do?
How does pipe () work?
What are grep patterns?
How do I open a port?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Using unix command how to display no of records in oracle?
What will the following command do?
What does the command ' $who | sort –logfile > newfile' do?
How many unix commands are there?
Which command will print your home directory on screen?
What does this command do? Cat food 1 > kitty
What do chmod, chown, chgrp commands do?