What Command will remove a Directory in UNIX?
Answer Posted / khemnath chauhan
$rmdir <dirname>
will remove the diretory.
$rmdir -i <dirname>
will remove interactively
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the commands in UNIX to list the files in a Directory?
Why is shebang used?
How do I search for text in vi?
What is unix command line?
What is “chmod” command?
What do know about tee command?
What is the general format of unix command syntax?
What do chmod, chown, chgrp commands do?
How do you grep a case insensitive?
What do chgrp command do?
Explain command to show the space allocation of files?
Differentiate cat command from more command.
Differentiate cmp command from diff command.
What does this command do? Cat food 1 > kitty
What is the use of the tee command?