in UNIX,what is the command to remove directory with files?
Answer Posted / rajasekar
rm -rf <directory name with path>
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the search command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the use of finger command?
What command is used to check the current users?
What is grep in bash?
What are the differences among a system call, a library function, and a unix command?
What does this command do? Cat food 1 > kitty
Give the command for finding the current date.
Explain ‘system calls’ with respect to unix commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Which command will print your home directory on screen?
What is the comma to display different lines that are found when compare two files?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Why is awk called awk?
What are the commands in UNIX to list the files in a Directory?