On Fri, 23 Jun 2000, you wrote:
> I did something really dumb and did a CP /lib /home/lib
> and RM -R /lib
> in order to move the /lib to another disk..
> Now I am in BASH, and no command works!
> I get:
> mail:/bin# sh
> bash: /bin/sh: No such file or directory
> mail:/bin# ls
> bash: /bin/ls: No such file or directory
>
> any ideas?
>
> Thanks, -turgut
>
Have you booted off a rescue disk and made a symbolic link
to /home/lib so that when Linux goes looking for /lib, it
can find it? If not, do so immediately. Do this: as root,
type "touch lib" in /. Then make a symbolic link between
the file you just created and /home/lib.
John