Why are reboot, shutdown and poweroff symlinks to systemctl?
In Arch Linux, if I do ls -l
in /sbin
, I can see that reboot
, shutdown
and poweroff
are all symlinks to /usr/bin/systemctl
. But issuing reboot
, shutdown
and systemctl
commands obviously does not all have the same behaviour.