Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the meaning of this command rm -rf /
what will it do ?

Answers were Sorted based on User's Feedback



what is the meaning of this command rm -rf / what will it do ?..

Answer / 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

what is the meaning of this command rm -rf / what will it do ?..

Answer / monu verma

It will remove a directory including its subdirectories and
files

Is This Answer Correct ?    24 Yes 0 No

what is the meaning of this command rm -rf / what will it do ?..

Answer / sailesh k

recursively forcely delete the objects even the subfolders
contains any files.

Is This Answer Correct ?    14 Yes 0 No

what is the meaning of this command rm -rf / what will it do ?..

Answer / bharath kumar

this is used to delete the directoy even it is containing
files or sub folders.......

Is This Answer Correct ?    7 Yes 0 No

what is the meaning of this command rm -rf / what will it do ?..

Answer / sricharan

It is a very good question for a fresher to tackle.

rm -rf
yes ofcourse r stands for recursively
f stands for forcefully
and this is used to remove normalfiles, tarfiles, zip files
etc..

One more important thing is, it can be used in scripts
where in it works/ removes only if the file exists. If we
use rm filename in scripts, it removes if it exits else it
throws error message telling this file not exist. Hence
using rm -rf is better option for shell scripting than rm.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

What do you mean by zambie process?

6 Answers  


What do chmod command do?

0 Answers  


The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


What is the behavioural difference between cmp and diff commands?

0 Answers  


the difference between a soft link and a hard link?

6 Answers  


Explain the steps that a shell follows while processing a command.

0 Answers  


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

0 Answers  


What is the command to find hidden files in the current directory?

0 Answers  


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,


29. How to display top 10 users Who | head -10 | wc –w

4 Answers   TCS,


Who invented grep?

0 Answers  


what does a process mean?

7 Answers   Infosys,


Categories