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 “chmod” command?
Which unix command to make a new directory?
Write a command to kill the last background job?
Who command in unix operating system?
Give the command for finding the current date.
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
Explain command to show the space allocation of files?
What does #!/ Bin sh do?
How do I clear my terminal history?
Write a command to display a file’s contents in various formats?
How do you grep a case insensitive?
Which command is used to find whether the system is 32 bit or 64 bit?
How do I run a whois command?
What is the search command in unix?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?