Aliases
-
To add aliases to the bash shell on every bash season for the user edit the .bashrc file
nano ~/.bashrc
There you can add an alias like in this example:
alias pns_script='/usr/local/pns/scripts_menu.sh' alias report='python3.6 /home/nulm/public-scripts/getServiceDetails'
we added "pns_script" and "report" in this example.