What Command will remove a Directory in UNIX?
Answer Posted / brijmohan
rmdir is used.
we can also use rm -rf to remove directory recursively.
means it will first remove all files and folder from that
directory then it will remove current folder.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which command will print your home directory on screen?
What do chgrp command do?
What is updatedb?
What is the significance of the 'tee' command?
Is it inbetween or in between?
Enumerate some of the most commonly used network commands in unix?
Why is it called a shebang?
What is the use of finger command?
What is the use of egrep command in unix?
What does find command return in unix?
How do you grep recursively?
What is the command to find hidden files in the current directory?
What is awk command used for?
Which command is used to kill the last background job?
What are bash commands?