On Sat, Jul 13, 2013 at 9:47 PM, Shakthi Kannan <[email protected]> wrote: > Hi, > > --- On Sat, Jul 13, 2013 at 9:33 PM, Dhana Sekar <[email protected]> > wrote: > | 5. To configure alias permanently we can enter alias > | in the file > | > | # vi ~/.bashrc > \-- > > This is only for the root user. System-wide settings go in /etc/bashrc > on Fedora (for example). >
$HOME/.bashrc is there for all users. Further one can split aliases and functions in separate files and invoked from $HOME/.bashrc e.g. [ $HOME/.bash_alias ] && . $HOME/.bash_alias (note the period before the pathname). -- Arun Khan Sent from my non-iphone/non-android device (অরুণ খান্/अरुण खान) _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
