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
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is used to type command?
What does the command '$ls | wc –l > file1' do?
What does the command ' $who | sort –logfile > newfile' do?
What is the use of cut command in unix?
Give the command for finding the current date.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What do chgrp command do?
What is the difference between cat and more command?
Explain mount and unmount command.
What is the command to view process running?
What is the search command in unix?
Does cp command overwrite files?
What is rmdir command?
What are grep patterns?