This is USEFUL | How to Create Shortcuts on Linux using ALIAS Command | Linux Tutorials!
Sometimes within Linux, it can be long, repetitive commands used daily that can be frustrating. To be honest, you can use the up arrow or history command.
But there is another way, by creating an ALIAS.
SYNTAX:
alias (short version command)=’original long version of command’
EXAMPLE:
alias update=’sudo apt update && sudo apt upgrade’
TIMELINE:
—————–
00:00 – Alias introduction.
00:13 – Distro check with ‘env’ and cat of the bashrc/zshrc file.
00:49 – Creating an alias.
01:30 – Confirmation of alias working.
#linux #linuxforbeginners #linuxmint
OTHER VIDEO FROM G-MAN THE CHANNEL:
—————————————————————–
HOW TO INSTALL METASPLOITABLE:
HOW TO ANONYMISE YOUR PEN TESTING:
LIVE BOOT KALI LINUX ON USB
Thanks again so much for watching videos on my channel. I am enjoying the video making process and hoping you learn while I learn. The process of learning should never really stop for our whole lives, even if it isn’t IT…… Just Keep Learning. 🥰
Views : 47
linux