I would like to have
alias ll="ls -l"
to be system wide.
How is that done on Ubuntu?
|
feedback
|
|
Add it in to | |||
|
feedback
|
and make sure that this file is executed whenever an user enters a shell by adding the following in
| |||
|
feedback
|
|
If your user's $HOME/.bashrc contains the usual
Then put it in /etc/bashrc. If it doesn't then put it in /etc/profile from where it will at least be read for login shells. | |||
|
feedback
|