LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   alias ll='ls -l --color=tty' (https://www.linuxquestions.org/questions/linux-newbie-8/alias-ll%3Dls-l-color%3Dtty-409221/)

bhar0761 01-29-2006 04:21 AM

alias ll='ls -l --color=tty'
 
i can't seem to find where ll alias is getting called.
I have looked all over the place but can't find the script that calls it.
I have tried:
~/.bashrc
~/.bash_profile
/etc/profile
/etc/bashrc
/etc/rc.local
none of these have an entry for alias

it most be coming from somewhere else than users home directory because the ll alias command also works for root and i check its .bashrc and .bash_profile

where else could it be?

zonder 01-29-2006 04:59 AM

maybe you should tell what distribution you use, it could help.

maybe your .bashrc flie or else is calling some other files, you should maybe post your files here if you donn't understand bash scripting.

and if you just want to get rid of that alias, you can always :
unalias ll

bhar0761 01-29-2006 05:05 AM

Fedora Core 4, its in my sig line, yes i can use unalias, but some script calls it each time the os boots

zonder 01-29-2006 11:02 AM

sorry, i don't know fedora core 4.

you can add 'unalias ll' at the end of your .bashrc file, it should work.

I can't help you more with my poor competence


All times are GMT -5. The time now is 07:10 PM.