Wednesday, June 5, 2013

Set Linux aliases for hard to remember commands

Set Linux aliases for hard to remember commands

Create an alias for commands frequently forgotten, cause issues or long commands.
For example, you may type edit to edit a file when in Linux or Unix. However, users who may be new to Linux or Unix may not be able to use the edit program or this may cause an error message.
Set the edit command for an easier to use editor such as pico. Below is an example:
alias edit pico