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
Describe the zip/unzip command using gzip.
What is the search command in unix?
How do I search a whole word in vim?
Write a command to kill the last background job?
How do I use nslookup?
What is the significance of the 'tee' command?
hw will u use awk in replacing cahrs and files
How do I find previous commands in unix?
What happens when we execute a unix command?
What is the command to view process running?
Explain command to show the space allocation of files?
How do I use grep to find a file?
What is the pipe command?
What is awk good for?
How does pipe () work?