Allright - stupid newbie type question........
When I logon as root I issue the following alias:
alias dir='ls -l'
Now that works fine, but when I logoff it disappears.
I edited /etc/bashrc and added the alias but it doesn't seem to work.
What am I doing wrong?
Also, I edited hdparm in /etc/rc.d/init.d and added -S 100
to create the following line:
hdparm -q -c1 -q -A1 -q -m16 -q -d1 -S 100 /dev/$i
This is to get the harddisk to spin down when the machine is idle
(which it is about 12 hours a day)... Is this the right way to do it?