|
|
quick linux shutdown from terminal - Linux
|
Views : 317
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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.
|
|
By Sanju, On - 2009-12-29 |
|
|
|