LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to set permanent alias (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-set-permanent-alias-784205/)

konzo 01-23-2010 09:34 AM

How to set permanent alias
 
Hi friends,

I want to set permanent alias for ls -lX and ls -la

I use

alias lx="ls -lX" and
alias la="ls -la"

The problem is when I su to root and get back to the user I use, the alias become unset or it is cleared. I want to make it permanent or even add it to some profile file maybe if any, to use it always when become a user. This is very useful when working with console.

AleLinuxBSD 01-23-2010 10:03 AM

Getting Started with BASH


All times are GMT -5. The time now is 03:30 PM.