Technical Notes
We're all on the same page!
Friday, 10 October 2014
How to add a alias for using by all users in Linux?
Please edit
/etc/bash.bashrc
, for example;
alias c='cd'
alias a='dir'
alias l='ls -l'
alias p='cd -'
alias '..'='cd ..'
‹
›
Home
View web version