The reboot
command appears to work differently depending on the distribution.
For example on Ubuntu/Debian and CentOS it shuts down services first while on Arch Linux it reboots immediately (at least with my setup).
Is it always safe to use reboot
?
reboot
in Arch Linux is actuallysystemctl
, I strongly doubt it doesn't stop services. – muru Aug 23 '17 at 11:34sudo reboot
on Arch I see the boot screen in ~0 secs. – laktak Aug 23 '17 at 11:36init 6
. – M_dk Aug 23 '17 at 11:41shutdown -r
. Could someone confirm that? – a.j. tawleed Sep 17 '17 at 11:09