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
What is the use of finger command?
What does the metacharacter mean?
What command will change your prompt to myprompt?
What is the unix command to confirm a remote host is alive or not?
What does grep v grep do?
What does the md command do?
What command is used to check the current users?
What is command statement?
What is the functionality of a top command?
Which command is used to find whether the system is 32 bit or 64 bit?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the comma to show the space allocation of files?
Is command prompt unix?
What does this command do,"$more readme.txt“?
How many unix commands are there?