What Command will remove a Directory in UNIX?
Answer Posted / ziauddin
rmdir directoryname
note the directory must be empty
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
What is “chmod” command?
How do I search for a file in unix command?
Differentiate cat command from more command.
How to use grep command to list find the records of a file containing 10 different strings?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the unix command to confirm a remote host is alive or not?
What are the general commands in using unix os for a beginner?
Who wrote grep?
Can you explain a little bit about command substitution?
Describe the zip/unzip command using gzip.
What are grep patterns?
How does pipe () work?
What is difference between grep and find command in unix?
What does grep v grep do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?