Tracy Nelson on Sat, 12 Jun 1999 11:52:30 -0400 (EDT) |
Have you really messed up ls, or just your path? Try using '/bin/ls' instead of just 'ls'. If that doesn't work, then you've got a problem. To get a directory listing you can say 'find . -print', but that gets old quick... Try 'echo $PATH' and see what's up with that. Also check any scripts which modify your path (~/.profile, ~/.bashrc, ~/.cshrc, 'grep PATH ~/.*rc should give you a list...) Good luck! -- Tracy Nelson -----Original Message----- From: Graham, John <JGraham@asi-solutions.com> To: 'plug@lists.nothinbut.net' <plug@lists.nothinbut.net> Date: Saturday, June 12, 1999 11:12 Subject: [Plug] Broken ls command >Ok being the newbie that I am, I somehow managed to cripple the ls command. >I was trying to install Staroffice5.0 which requires glibc 2.0.* on a >Redhat6 box that uses glibc 2.1.*... Bottom line when I type ls, not such >file or directory. > >Please Help >Thanx in advance > >_______________________________________________ >Plug maillist - Plug@lists.nothinbut.net >http://lists.nothinbut.net/mail/listinfo/plug _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|