Entry
Linux: Shutdown: How: How to shutdown from the command line?
Nov 12th, 2003 12:02
Knud van Eeden,
----------------------------------------------------------------------
--- Knud van Eeden --- 18 September 2003 - 06:48 pm ------------------
Linux: Shutdown: How: How to shutdown from the command line?
Use the command
halt
to completely switch off the machine
---
[kn, zoe, ma, 02-10-2000 17:52:05]
shutdown now
or
shutdown -r now
(reboots the computer)
or
shutdown -h now
(halts the computer)
or
shutdown +3
(shutdown in 3 minutes)
or
shutdown -Fr now
or
shutdown -fr now
or
init 5
---
Type
shutdown
for an overview of the options
---
Method: reboot using <CTRL><ALT><DEL>
When in a text mode screen,
press <CTRL><ALT><DEL>
wait for the system to reboot, then switch off
the PC.
---
If you are working under X Window System, press
<CTRL><ALT><BACKSPACE> first, then <CTRL><ALT><DEL>.
Never switch off or reset the PC directly: this could damage the file
system.
Internet: source:
http://en.tldp.org/HOWTO/DOS-Win-to-Linux-HOWTO-1.html
----------------------------------------------------------------------