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 nr in awk command?
How do I open a port?
How to display no of records in oracle using unix command?
Write a command to kill the last background job?
What is merge command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is a command and examples?
What is a bash command?
What is the first character of the output in ls l command?
What is s and g in sed command?
Is ‘du’ a command? If so, what is its use?
What is pipe command in unix?
What is the command to find maximum memory taking process on the server?
What are some command words?
What is grep and how do you use it?