systemctlコマンド
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
* systemctlコマンド [#l76f3c77]
Debian でも システム管理に systemd を採用しているが、syst...
shutdown コマンドが利用できないと慌てると、シンボリックリ...
** コマンド対応表 [#sd1a2e0a]
|従来|systemctl|機能|h
|halt|systemctl halt|システムの停止|
|poweroff|systemctl poweroff|電源を切る|
|reboot|systemctl reboot|再起動|
|suhtdown|systemctl poweroff|電源を切る|
ちなみに
-halt ... CPUを停止させて電源は落とさない
-poweroff ... OSを終了させて電源を落とす
-reboot ... 再起動
-shutdown ... シャットダウンスクリプトを実行して電源を落...
** コマンドの所在 [#fa5796ce]
# which halt poweroff reboot shutdown
/sbin/halt
/sbin/poweroff
/sbin/reboot
/sbin/shutdown
** リンクの確認 [#se2c5865]
# ls -l /sbin/halt /sbin/poweroff /sbin/reboot /sbin/shu...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/halt -> /b...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/poweroff -...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/reboot -> ...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/shutdown -...
** ヘルプ [#h3fef296]
systemctl はいろいろな機能があるが、システムコマンドのみ...
# systemctl --help
:
System Commands:
is-system-running Check whether system i...
default Enter system default m...
rescue Enter system rescue mode
emergency Enter system emergency...
halt Shut down and halt the...
poweroff Shut down and power-of...
reboot [ARG] Shut down and reboot t...
kexec Shut down and reboot t...
exit [EXIT_CODE] Request user instance ...
switch-root ROOT [INIT] Change to a different ...
suspend Suspend the system
hibernate Hibernate the system
hybrid-sleep Hibernate and suspend ...
なぜか suhtdown の表記がない?
#htmlinsert(amazon_pc.html);
終了行:
* systemctlコマンド [#l76f3c77]
Debian でも システム管理に systemd を採用しているが、syst...
shutdown コマンドが利用できないと慌てると、シンボリックリ...
** コマンド対応表 [#sd1a2e0a]
|従来|systemctl|機能|h
|halt|systemctl halt|システムの停止|
|poweroff|systemctl poweroff|電源を切る|
|reboot|systemctl reboot|再起動|
|suhtdown|systemctl poweroff|電源を切る|
ちなみに
-halt ... CPUを停止させて電源は落とさない
-poweroff ... OSを終了させて電源を落とす
-reboot ... 再起動
-shutdown ... シャットダウンスクリプトを実行して電源を落...
** コマンドの所在 [#fa5796ce]
# which halt poweroff reboot shutdown
/sbin/halt
/sbin/poweroff
/sbin/reboot
/sbin/shutdown
** リンクの確認 [#se2c5865]
# ls -l /sbin/halt /sbin/poweroff /sbin/reboot /sbin/shu...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/halt -> /b...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/poweroff -...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/reboot -> ...
lrwxrwxrwx 1 root root 14 7月 22 03:43 /sbin/shutdown -...
** ヘルプ [#h3fef296]
systemctl はいろいろな機能があるが、システムコマンドのみ...
# systemctl --help
:
System Commands:
is-system-running Check whether system i...
default Enter system default m...
rescue Enter system rescue mode
emergency Enter system emergency...
halt Shut down and halt the...
poweroff Shut down and power-of...
reboot [ARG] Shut down and reboot t...
kexec Shut down and reboot t...
exit [EXIT_CODE] Request user instance ...
switch-root ROOT [INIT] Change to a different ...
suspend Suspend the system
hibernate Hibernate the system
hybrid-sleep Hibernate and suspend ...
なぜか suhtdown の表記がない?
#htmlinsert(amazon_pc.html);
ページ名: