How to create permanent alias in Linux 7

create permanent alias in your Linux 7.
alias is very useful for Linux because you
enter big commands then you create alias
then you don't type largest commands.
you create a shortcut commands of big
commands.

open your Linux 7 terminal START :-

#alias c='clear'
(only temporary create alias . you reboot
your pc then REMOVE this alias automatically)

#vim /etc/bashrc
(NOTE :- go to last and write your alias
you want to Create 
alias c='clear'
without any quote)

#reboot


you also watch my video :-

Comments

Popular Posts