How to create permanent alias in linux (customizing the long commands). Are you tired with typing long commands in terminal, you can shrink that long commands into fewer letters , watch this video
Open the terminal ctrl+alt+t
Type the following command alias uu = 'sudo apt-get update & sudo apt-get upgrade'
alias was created then how to permanent this
just save the alias into the .bashrc file
See in video
then type source ~/.bashrc
now permanent alias is created you can type Your alias anytime in terminal
Thanks for Watching Please Subscribe
Tags: How to create permanent alias in linux (customizing the long commands), How-to (Website Category), Alias, GNU/Linux (Operating System), How to create permanent alias in linux (customizing the long commands), Ubuntu (Operating System), Command, permanenet alias, shrink long commmands, create own command