On Mon, 2002-02-04 at 17:54, Lina Kemmel wrote: > [EMAIL PROTECTED] 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 ~]$ > > > What about other stuff from /bin (e.g. mv, cp, rm, or whatever)? [erez@familiar ~]$ cp cp: Command not found. [erez@familiar ~]$ /bin/cp /bin/cp: missing file arguments Try `/bin/cp --help' for more information. [erez@familiar ~]$ mv mv: Command not found. [erez@familiar ~]$ /bin/mv /bin/mv: missing file argument Try `/bin/mv --help' for more information. [erez@familiar ~]$ /bin/ls -ld /bin drwxr-xr-x 1 root root 0 Nov 13 12:53 /bin [erez@familiar ~]$ /bin/ls -ld /bin/ls -rwxr-xr-x 1 root root 50240 Apr 2 2001 /bin/ls [erez@familiar ~]$
> > > ================================================================= > 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] ================================================================= 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]
