On Mon, 2002-02-04 at 14:28, Herouth Maoz wrote: > Erez Doron wrote: > > On Sun, 2002-02-03 at 14:50, mulix wrote: > > > On 3 Feb 2002, Erez Doron wrote: > > > > what can you say about this: > > > > > > > > bash-2.03# /usr/src/build/tcsh-6.11.00/tcsh > > > > [erez@familiar ~]$ ls > > > > ls: Command not found. > > > > [erez@familiar ~]$ /bin/ls > > > > Applications Settings bin inews mp3 pymote > > > > [erez@familiar ~]$ echo $PATH > > > > /bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/us > > > >r/local/sbin:/root/bin:/usr/bin:/bin:/usr/sbin:/sbin > > > > [erez@familiar ~]$ echo $path > > > > /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin /usr/local/bin > > > > /usr/local/sbin /root/bin /usr/bin /bin /usr/sbin /sbin > > > > [erez@familiar ~]$ > > > > [erez@familiar ~]$ rehash > > [erez@familiar ~]$ ls > > ls: Command not found. > > [erez@familiar ~]$ alias > > [erez@familiar ~]$ alias ls > > [erez@familiar ~]$ which ls > > ls: Command not found. > > [erez@familiar ~]$ > > Here is a guess: in one of these directories there is an "ls" which > is a symbolic link, but a broken one. the first item on the path is /bin it works if i type /bin/ls
thanks erez. > > Herouth ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
