LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   .login, .bashrc or .cshrc ??? (https://www.linuxquestions.org/questions/linux-general-1/login-bashrc-or-cshrc-280065/)

tuananhbirm 01-20-2005 07:09 AM

.login, .bashrc or .cshrc ???
 
Hi, i dont know what're differences between those files ?
Basically, i just want to have some specific command (like alias, setup ..) everytime i login. So what's the files i should put the commands in ?

Cheers
TuanAnh

LasseW 01-20-2005 09:44 AM

Type 'ps' or 'echo $SHELL' to see your login shell. .bashrc is for bash, .login and .cshrc are for (t)csh. There's more to it than this: 'man bash' or 'man csh' will give you the whole story.


All times are GMT -5. The time now is 09:20 PM.