On Fri, 2001-12-21 at 10:40, ai4a wrote: > > If I enter the alias command, it shows I have an alias 'ls --color=auto > -F'. Where is this alias defined? I have looked in /home/~/.bashrc & > /root/.bashrc and I do not see it there. > > I am running Linux MD 7.2. > > Tks Charles > > > ------------=_1008963555-11608-964 > Want to buy your Pack or Services from MandrakeSoft? > Go to http://www.mandrakestore.com
Try this: Open a terminal su to root # rgrep -r -i -l "alias" /etc Then tell us all what you find. Civileme I would run this command in 7.2 except the disk on my 7.2 test machine failed and I have some work to do to restore things. In 8.1 it is /etc/profile.d/alias.sh which is sourced out of anouther file.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
