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
Can you explain a little bit about command substitution?
Enlist some filename manipulation commands in unix.
What does the metacharacter mean?
What do chmod command do?
How to display no of records in oracle using unix command?
Explain ‘library functions’ with respect to unix commands?
What is grep short for?
Which command is used to create a directory?
What is merge command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What is the difference between awk and grep?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
How do I open a port?
Which command can you use to find the currently running process in unix server?
What is .sh file?