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 is the comma to show the space allocation of files?
Who wrote grep?
How do I use grep to find a file?
Write a command that will display files in the current directory, in a colored, long format.
What is a command and examples?
What is the first character of the output in ls l command?
Which command is used to kill the last background job?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Who invented grep?
Is it inbetween or in between?
What is $0 bash?
What is the command to find hidden files in the current directory?
Does cp command overwrite files?
What are the differences among a system call, a library function, and a unix command?
How do I find previous commands in unix?