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
How does the system know where one command ends and another begins?
What is ‘ps’ command for?
What difference between cmp and diff commands?
How do you grep recursively?
What is the command to find hidden files in the current directory?
What is the use of the tee command?
What does grep v do?
Which command can you use to find the currently running process in unix server?
hw will u use awk in replacing cahrs and files
How can you see the command line history?
What is the nmap command?
What is $0 bash?
How to use grep command to list find the records of a file containing 10 different strings?
What is the comma to display different lines that are found when compare two files?
What does grep v grep do?