in UNIX,what is the command to remove directory with files?
Answer Posted / saheed
rm -rf directoryName with out confirmation
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
What is awk used for?
What is the nmap command?
What does grep v grep do?
How do I run a bash script?
What is the use of sed command in unix?
How can you see the command line history?
Explain command to view process running?
Is ‘du’ a command? If so, what is its use?
How do I open a port?
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
What is the function of grep command in unix?
Enumerate some of the most commonly used network commands in unix?
what is the advaantage of each user having its own copy of the shell?
Name the general commands in using unix os for a beginner?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?