Create Permanent Aliases
There are several ways to do it, here it is how I do.
┌
Open a terminal and switch to root
su -
┌
Create an alias
echo 'alias mysuperLS="ls -shla" >> /export/home/USER/.bashrc
echo 'alias mysuperLS="ls -shla" >> /etc/profile
On OmniOSce, just change /export/home/USER to /home/USER in the first command.
Close root session, then log in.
Don't miss what's next. Subscribe to Illumadmin: