What Command will remove a Directory in UNIX?
Answer Posted / swathi
$rm -r dir1
-r removes all contents of dir1 and also dir1 itself.
Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
Are you in or at the office?
What does this command do,"$more readme.txt“?
Which unix command lists files/folders in alphabetical order?
Which command is used to restrict incoming messages?
What's a command word?
Explain command to show the space allocation of files?
How do I use nslookup?
How do I use grep to find a file?
What is the difference between grep and grep?
How do I run a bash script?
What is the difference between awk and grep?
How do I clear my terminal history?
What is the use of egrep command in unix?
Is grep faster than awk?
Explain mount and unmount command.