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
Who wrote grep?
How can we use grep command in unix?
Explain mount and unmount command.
What is the pipe command?
What is the first character of the output in ls l command?
What is the unix command to confirm a remote host is alive or not?
What is the use of awk command in unix?
What is the behavioural difference between cmp and diff commands?
Which unix command lists files/folders in alphabetical order?
What is the difference between awk and grep?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who command in unix?
What is grep short for?
What does the command '$ls | wc –l > file1' do?
What is “chmod” command?