What Command will remove a Directory in UNIX?
Answer Posted / swathi
$rm -r dir1
-r removes all contents of dir1 and also dir1 itself.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
How do I search for a file in unix command?
What is the functionality of a top command?
How to display no of records in oracle using unix command?
Describe the zip/unzip command using gzip.
What are the differences among a system call, a library function, and a unix command?
What do chmod, chown, chgrp commands do?
What will the following command do?
How does shebang work?
What is the use of sed command in unix?
Explain command to show the space allocation of files?
Can you explain a little bit about command substitution?
Using unix command how to display no of records in oracle?
What does the “echo” command do?
What does grep v do?
Why is shebang used?