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:/usr/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 ~]$ > which ls; > alias ls; > > those two might provide a clue. > -- > mulix > > http://vipe.technion.ac.il/~mulix/ > http://syscalltrack.sf.net/ > ================================================================= 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]
