On Fri, Mar 21, 2003 at 07:56:28AM +0800, John Summerfield wrote: > On Thu, 20 Mar 2003, Noll, Ralph wrote: > > > login as: root > > Sent username "root" > > [EMAIL PROTECTED]'s password: > > Last login: Thu Mar 20 09:39:14 2003 from it-rn.littlerock.state.ar.us > > -bash: dircolors: command not found > > zvmlinx3:~ # > > > > anyone ever seen the above > > > > can't logon to my linux > > > You look logged in to me. dircolors helps colourise you directory > listings, and you can get by very well without it. > > If you want to fix that, you need to tell us what distro you are using. > Looks to like Debian, If so, > apt-get -y install fileutils
fileutils is an essential package, so it is already installed, and dircolors should be in /usr/bin. Perhaps the PATH is broken? echo $PATH dpkg -S dircolors ls -l /usr/bin/dircolors etc. -- - mdz
