You are not logged in.
When running XFCE, I can use the "reboot" option via the panel menu. But I often use the console terminal, where I have these options:
<Press CTRL-ALT-DEL>
reboot
systemctl reboot
shutdown -r now
They all seem to do the same thing. But are there any technical differences? Is there a "best practise" way to reboot (and shutdown) Arch?
Cheers :-)
Last edited by esuhl (2021-01-27 16:35:35)
Offline
they all do the same thing, reboot and shutdown are simply old compatibility symlinks that will at the end of the day do the relevant systemctl action, with a bit of special handling to handle the various options you can pass to shutdown, but that's handled internally by systemd
Last edited by V1del (2021-01-26 14:03:47)
Offline
Brilliant -- thanks for confirming that I don't need to worry which method I use. :-)
Offline
Kexec is also a nice option for rebooting.
Offline