次のページ 前のページ 目次へ

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

コンソール・キーボードの3つのマジックキーを同時に押すと、この システムは再起動を行います。 これは/sbin/initおよび /etc/inittabよって制御されています。

3.2 /sbin/reboot

/sbin/reboot/sbin/shutdown -r NOWに対する エイリアス(実体はシンボリック・リンク)です。

3.3 /sbin/halt

/sbin/halt/sbin/shutdown -h NOWに対する エイリアス(これもシンボリック・リンク)です。


次のページ 前のページ 目次へ