Next Previous Contents

3. Alternatives to this dialog

There are different ways to shutdown or reboot a Linux computer. All are front-ends to the /sbin/shutdown command (This is also true for linuxconf).

3.1 Ctrl-Alt-Del

Depress those three magic keys on the console keyboard to reboot your system. This is controlled by /sbin/init and the file /etc/inittab.

3.2 /sbin/reboot

/sbin/reboot is an alias (indeed a symlink) for /sbin/shutdown -r NOW.

3.3 /sbin/halt

/sbin/halt is an alias (also a symlink) for /sbin/shutdown -h NOW.


Next Previous Contents