I was setting up some aliases in my .bashrc file, but the system does not recognize them.
Code:
alias sd="shutdown -h 0"
alias rb="shutdown -r 0"
The system says it doesn't recognize the shutdown command.
I can see the man pages for shutdown on the same box.
This is screwy...
Does anyone know why this would happen?