RHEL9 systemctlコマンドの使い方のサンプル
環境
RHEL9.2
systemctlコマンドについて
コマンド 内容
systemctl poweroff 電源を切る
systemctl reboot 再起動
systemctl suspend サスペンド
systemctl hibernate ハイバネーション
lsコマンドで/sbin以下のshutdown/poweroff/halt/rebootの各コマンドを確認します
# ls -l /sbin/shutdown /sbin/poweroff /sbin/halt /sbin/reboot
lrwxrwxrwx 1 root root 16 May 1 05:16 /sbin/halt -> ../bin/systemctl lrwxrwxrwx 1 root root 16 May 1 05:16 /sbin/poweroff -> ../bin/systemctl lrwxrwxrwx 1 root root 16 May 1 05:16 /sbin/reboot -> ../bin/systemctl lrwxrwxrwx 1 root root 16 May 1 05:16 /sbin/shutdown -> ../bin/systemctl