in UNIX,what is the command to remove directory with files?
Answer Posted / julias ceasor a
rm -rf <directory_name> without confirmation
rm -r <directory_name> With confirmation for all files it
conatins.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is it called a shebang?
Explain command to view process running?
How do I run a bash script?
Which command should you use to find the remaining disk space in unix server?
What is the difference between awk and grep?
What command will change your prompt to myprompt?
How do I find previous commands in unix?
Give the command for finding the current date.
What is time_t?
What are the unix commands?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How does pipe () work?
Who invented grep?
Which command can you use to find the currently running process in unix server?
What does the md command do?