Remember Alias binds - Linux

Published: 12 years ago

Binding Aliases in linux is a very useful way shorten your workload and the amount you type!

In order to save your alias binds you need to save them in the .profile file which should be in the login root directory.

An Example

# open file to edit
vim .profile

# add alias bind
alias zf=/path/to/shell/script.sh

Remember to save the file and logout and login again.


comments powered by Disqus
:?>