quick linux shutdown from terminal
by Sanju[ Edit ] 2009-12-29 23:40:45
quick linux shutdown from terminal
Shutdown linux from the command terminal by adding this function to roots' .bashrc file:
quit ()
{
poweroff -d
}
Now all you have to do is, login as root, and type quit.