Welcome to Webune Support Forums. If you are a Webune customer with a Linux dedicated server you will find this short tutorial helpful.

we will show you how you can remove or delete an alias in linux using a simple shell command

the command to use is:
SHELL COMMAND:
unalias


for example, if you have an alias called copy you can take it out by sending this command:

SHELL COMMAND:
unalias copy


thats it