rm -r /lib there is not enough smilies that correctly expresses how I feel right now
C Cyclops Active Member Joined May 26, 2003 Messages 950 Jan 27, 2006 #1 Code: rm -r /lib there is not enough smilies that correctly expresses how I feel right now
S Squidge Certified Guru Joined Nov 16, 2003 Messages 8,493 Location UK Website Visit site Jan 27, 2006 #2
(naw)mcx Rotary Wombat Joined Dec 3, 2005 Messages 2,918 Age 31 Location Aberdeenshire Website www.godlikemcx.deviantart.com Jan 27, 2006 #3 that meaning??
F fishybawb Hired Geek Joined Jul 22, 2005 Messages 1,115 Age 45 Location York, UK Website Visit site Jan 27, 2006 #4 It's the Linux command to remove the whole /lib directory. Also known as Not A Very Good Idea
D DemonStar55 chai chai chai chai chai chai chai chai chai chai Joined Nov 24, 2003 Messages 1,889 Age 36 Location Wrentham, MA Website demonstar55.phpnet.us Jan 27, 2006 #5 fishybawb posted on Jan 27 2006 said: It's the Linux command to remove the whole /lib directory. Also known as Not A Very Good Idea Click to expand... oh, so i should go do it? ... Last edited by a moderator: Dec 19, 2015
fishybawb posted on Jan 27 2006 said: It's the Linux command to remove the whole /lib directory. Also known as Not A Very Good Idea Click to expand... oh, so i should go do it? ...
S skysnapper sleep is for wimps Joined Jul 29, 2003 Messages 1,002 Age 49 Location London Baby! Website Visit site Jan 27, 2006 #6 DemonStar55 posted on Jan 27 2006 said: fishybawb posted on Jan 27 2006 said: It's the Linux command to remove the whole /lib directory. Also known as Not A Very Good Idea Click to expand... oh, so i should go do it? ... Click to expand... yeah its well funny. Last edited by a moderator: Dec 19, 2015
DemonStar55 posted on Jan 27 2006 said: fishybawb posted on Jan 27 2006 said: It's the Linux command to remove the whole /lib directory. Also known as Not A Very Good Idea Click to expand... oh, so i should go do it? ... Click to expand... yeah its well funny.
moz load *,8,1 Joined Jun 10, 2003 Messages 2,803 Website Visit site Jan 27, 2006 #7 Cyclops posted on Jan 27 2006 said: Code: rm -r /lib there is not enough smilies that correctly expresses how I feel right now Click to expand... on a positive note if some had told you not to run that command you'd of forgotten there advice, i bet you never make the same mistake now though Last edited by a moderator: Dec 19, 2015
Cyclops posted on Jan 27 2006 said: Code: rm -r /lib there is not enough smilies that correctly expresses how I feel right now Click to expand... on a positive note if some had told you not to run that command you'd of forgotten there advice, i bet you never make the same mistake now though
F Ferentix It's not a me! Joined Oct 9, 2005 Messages 305 Location Plymouth (UK) Website ferentix.byethost13.com Jan 27, 2006 #8 Ouch, you actually did that? Why?! :blink: For an encore why not try: Code: cd (root directory here) rm -r * (I think that's right? )
Ouch, you actually did that? Why?! :blink: For an encore why not try: Code: cd (root directory here) rm -r * (I think that's right? )
Ravnos Asleep in Samsara Joined Sep 20, 2005 Messages 2,499 Age 42 Location Edmonton, Alberta Website Visit site Jan 27, 2006 #9 The root directory is /, so it would be "cd / ; rm -rf *".
G GeminiDomino Member Joined Dec 17, 2005 Messages 374 Jan 28, 2006 #10 I've done the same thing... actually, I've done worse. There's a very VERY big difference between: #what I meant to type rm -rf ./ #and #what I actually typed rm -rf . /
I've done the same thing... actually, I've done worse. There's a very VERY big difference between: #what I meant to type rm -rf ./ #and #what I actually typed rm -rf . /
D DemonStar55 chai chai chai chai chai chai chai chai chai chai Joined Nov 24, 2003 Messages 1,889 Age 36 Location Wrentham, MA Website demonstar55.phpnet.us Jan 28, 2006 #11 rm -rf /windows