「Linux」systemctlコマンドのメモ
1.電源を切る
# systemctl poweroff
2.再起動
# systemctl reboot
3.サスペンド
# systemctl suspend
4.ハイバネーション
# systemctl hibernate
Coding Changes the World
1.電源を切る
# systemctl poweroff
2.再起動
# systemctl reboot
3.サスペンド
# systemctl suspend
4.ハイバネーション
# systemctl hibernate