We’ve covered a lot of Linux commands, and it’s sometimes necessary to write the same command repeatedly. We can use the alias command on Linux and other Unix-like systems to avoid the drudgery of typing the same thing often. It lets us make custom commands that will run a specific command of our choosing.
The alias command has no options, so it can be written as shown: