かべぎわブログ

ブログです

haltとかrebootとかはsystemctlのシンボリックリンクだった

概要

haltとかrebootとかpoweroffとかそういう起動/停止/再起動系のコマンドはsystemctlのシンボリックリンクだった。

こんなかんじ

$ ls -l `which halt`
lrwxrwxrwx 1 root root 16  1月 16 18:45 /usr/sbin/halt -> ../bin/systemctl

$ ls -l `which reboot`
lrwxrwxrwx 1 root root 16  1月 16 18:45 /usr/sbin/reboot -> ../bin/systemctl

$ ls -l `which poweroff`
lrwxrwxrwx 1 root root 16  1月 16 18:45 /usr/sbin/poweroff -> ../bin/systemctl

まとめ

だからどうってわけじゃないんだけれどsudo systemctl rebootとか書いたほうが上級者感がでてかっこいいとおもった。

CentOS7で作るネットワークサーバ構築ガイド (Network server construction gu)

CentOS7で作るネットワークサーバ構築ガイド (Network server construction gu)