LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   alias specific to a user - or is that possible? (https://www.linuxquestions.org/questions/linux-newbie-8/alias-specific-to-a-user-or-is-that-possible-439425/)

wahooee 04-27-2006 01:54 PM

alias specific to a user - or is that possible?
 
Is it possible to create an alias specific to a user on linux red hat 3.0?
if so, what is the correct syntax?
Thanks!

bulliver 04-27-2006 02:14 PM

Do you mean a bash alias?
If so just add it to ~/.bashrc like so:

Code:

alias foo='foo -d'


All times are GMT -5. The time now is 11:19 AM.