Tuesday, April 01, 2008

Linux_Shutdown_Commandline

RESTART/REBOOT LINUX
----------------------------------------------------------------------
Linux: Reboot: How to reboot from the command line??
Method: reboot from the command line:
 shutdown -fr now # restarts
or
 shutdown -r now # restarts
or
 reboot
---
---
Method: reboot using <DEL>
When in a text mode screen,
press <DEL>
---
SHUTDOWN LINUX
----------------------------------------------------------------------
Linux: shutdown: How to shutdown from the command line??
Method: shutdown from the command line:
 shutdown -fr now # shutdown

No comments: