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
What is the use of cut command in unix?
What is the unix command to confirm a remote host is alive or not?
Explain ‘system calls’ with respect to unix commands?
How can you see the command line history?
Can you explain a little bit about command substitution?
Describe the usage and functionality of the command rm –r * in unix?
Is command prompt unix?
Write a command to display a file’s contents in various formats?
Which unix command to make a new directory?
What is the use of tee command?
What is the command to view process running?
What is s and g in sed command?
How to display no of records in oracle using unix command?
What is grep in bash?
What do chmod command do?