User Tools

Site Tools


computing:linux:reboot

Shut Down or Reboot a Linux Server

SME Server

For SME Server, you can use the Server-Manager web interface or the command line:

signal-event reboot

or:

signal-event halt

General Linux

You can shut down or restart most any Linux server at a console prompt using one of the following commands.

Reboot at specified time:

shutdown hh:mm -r

Reboot now (three equivalent options):

shutdown now -r

or

reboot

Shutdown at specified time:

shutdown hh:mm -h

Shutdown now (two equivalent options):

shutdown now -h

or

halt
computing/linux/reboot.txt · Last modified: 2012/01/27 14:09 by gcooper