Re: removed root directory files

2008-04-23 Thread Tzafrir Cohen
On Tue, Apr 22, 2008 at 02:02:45PM -0700, Abraham Chaffin wrote: > I didn't do "rm -r" just "rm /*" I was root when I executed this command. > Ended up reinstalling the os, luckily there wasn't much on the machine and > was really just a backup so nothing was lost. > Not sure what it deleted but i

Re: removed root directory files

2008-04-22 Thread Damon L. Chesser
Abraham Chaffin wrote: I didn't do "rm -r" just "rm /*" I was root when I executed this command. Ended up reinstalling the os, luckily there wasn't much on the machine and was really just a backup so nothing was lost. Not sure what it deleted but it rendered the os useless. Thanks for your he

Re: removed root directory files

2008-04-22 Thread Abraham Chaffin
I didn't do "rm -r" just "rm /*" I was root when I executed this command. Ended up reinstalling the os, luckily there wasn't much on the machine and was really just a backup so nothing was lost. Not sure what it deleted but it rendered the os useless. Thanks for your help and I'll be using "rm *"

Re: removed root directory files

2008-04-18 Thread George Borisov
Sharninder wrote: A simple rm should not have removed user commands which are in other directories. There must be something else wrong. In any case if you really have lost the binaries there is not much that you can do at this point. One possible scenario is that something "clever" was done,

Re: removed root directory files

2008-04-18 Thread Sharninder
On 18-Apr-08, at 1:52 AM, "Abraham Chaffin" <[EMAIL PROTECTED]> wrote: Hey All, Bit of a problem here - I ran rm /* It didn't remove the directories obviously but now no commands work but cd I was wanting to run ./* Now if I ls I get -su: /bin/ls: No such file or directory Help much app

Re: removed root directory files

2008-04-17 Thread Martin S
Joost Witteveen skrev: On 17/04/2008, Abraham Chaffin <[EMAIL PROTECTED]> wrote: Hey All, Bit of a problem here - I ran rm /* It didn't remove the directories obviously but now no commands work but cd cd is a bash-builtin, that's why it works. "echo", "type", "cat", etc also work, I s

Re: removed root directory files

2008-04-17 Thread Mark Allums
> On 17/04/2008, Abraham Chaffin <[EMAIL PROTECTED]> wrote: >> Hey All, >> I was wanting to run ./* >> Now if I ls I get >> -su: /bin/ls: No such file or directory Wondering a bit why not just run rm * instead of the (error prone) rm ./* What am I missing? --Mark Allums -- To UNSUBSCRIBE,

Re: removed root directory files

2008-04-17 Thread Abraham Chaffin
> > Hey All, > > > > Bit of a problem here - I ran rm /* > > It didn't remove the directories obviously but now no commands work but > cd > > cd is a bash-builtin, that's why it works. "echo", "type", "cat", etc > also work, I suppose. > > > I was wanting to run ./* > > Now if I ls I get > > -su:

Re: removed root directory files

2008-04-17 Thread Joost Witteveen
On 17/04/2008, Abraham Chaffin <[EMAIL PROTECTED]> wrote: > Hey All, > > Bit of a problem here - I ran rm /* > It didn't remove the directories obviously but now no commands work but cd cd is a bash-builtin, that's why it works. "echo", "type", "cat", etc also work, I suppose. > I was wanting to

removed root directory files

2008-04-17 Thread Abraham Chaffin
Hey All, Bit of a problem here - I ran rm /* It didn't remove the directories obviously but now no commands work but cd I was wanting to run ./* Now if I ls I get -su: /bin/ls: No such file or directory Help much appreciated. Thanks, Abraham