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 command to find maximum memory taking process on the server?
What is the size of time_t?
What will the following command do?
Describe the zip/unzip command using gzip.
What does this command do,"$more readme.txt“?
What is rmdir command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What does the “echo” command do?
Describe the usage and functionality of the command rm –r * in unix?
What does the metacharacter mean?
What does find command return in unix?
Explain the steps that a shell follows while processing a command.
What is the comma to display different lines that are found when compare two files?
What is command substitution?