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 do I find previous commands in unix?
What will the following command do?
What is the unix command to confirm a remote host is alive or not?
What does this command do,"$more readme.txt“?
Give the command for finding the current date.
What does the md command do?
What is $0 bash?
What is in grep command?
How to find $ai_serual resolved path by using unix
How does the system know where one command ends and another begins?
How do I clear my terminal history?
Which command should you use to find the remaining disk space in unix server?
What does sed command do in unix?
What is the behavioural difference between cmp and diff commands?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?