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 is used to find whether the system is 32 bit or 64 bit?
What are bash commands?
What will the following command do?
How do you repeat a command in terminal?
Does cp command overwrite files?
What is in grep command?
why metadb requires a seperate slice to create Solaris volume manager
Why is grep called grep?
What does the command ' $who | sort –logfile > newfile' do?
What does the command '$ls | wc –l > file1' do?
What is the use of sed command in unix?
What is the use of find command in unix?
How do I run a whois command?
What is the unix command to confirm a remote host is alive or not?
What is .sh file?