- Forums
- Linux
- How To Delete An Alias In Linux
Removing And Deleteing Aliases Is Easy With Linux Using The Console Termirnal Shh Linux Command Mode [3254], Last Updated: Mon Jun 24, 2024
Webune Support
Tue Oct 13, 2009
0 Comments
431 Visits
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