what is the meaning of this command rm -rf /
what will it do ?
Answer Posted / chitra
rm -rf removes the directory recursively and also forcefully.
r stands for recursively
f stands for forcefully
The above command can also be used for removing a file.
| Is This Answer Correct ? | 25 Yes | 0 No |
Post New Answer View All Answers
What is the use of the command 'ls -x chapter[1-5]' ?
Which command will print your home directory on screen?
What do chown command do?
What does grep v do?
Describe the usage and functionality of the command rm –r * in unix?
What does touch command do in unix?
What is command substitution?
What is the search command in unix?
What will the following command do?
How does the system know where one command ends and another begins?
How many unix commands are there?
What does find command return in unix?
Why is grep called grep?
How does pipe () work?
What is ctrl d?