What is the difference between that and simply
reboot
? Doessystemctl reboot
have any benefits?32 0 ReplyWondering the same
Edit: after a quick google session it seems like usually the
reboot
command is linked tosystemctl
so it should be pretty much the same thing as far as I understand.29 0 Replyreboot
is linked (aliased) to your init program. In the case you are using systemd then it's equivalent tosystemctl reboot
.reboot
is generic and calls whatever init program you use.There are more than one init. Like for example GNU Shepherd.
26 0 ReplySysV, Upstart
9 0 ReplyGentoo uses OpenRC
8 0 Replyrunit
1 0 Reply
sudo reboot -h now
24 0 Reply# init 6
18 0 ReplyYou, like me, must be old.
I also frequently pass
-l
to thessh
command.10 0 Reply
Let's get completely unnecessary:
# systemctl isolate runlevel6.target
17 0 Replysudo shutdown -r now
10 0 ReplyAlt+SysRq-O
9 0 Replysudo ps -ef | awk '{print $2}' | xargs -r kill -9
7 0 Replysudo reboot 0
...is my go-to.
5 0 Replyreboot -f
Because real men login as root and don't care about such silly things like an init system or file system syncing!
To quote the man page:
-f Does not invoke shutdown(8) and instead performs the actual action you would expect from the name.
12 0 Reply
Can you give Linus a Raiden hat?
18 0 ReplyPuTTY: "unexpectedly" disconnected.
11 0 ReplyDummy me I type "systemctl restart" instead 🤦♂️
11 0 ReplyI've repurposed a broken T2 macbook with Ubuntu Server, but any time I issue a reboot command, it just shuts down, and I need to manually walk to my garage and boot it back up.
Does anyone know why I'm so stoopid?
7 0 ReplyI was having issues with my pc hanging on reboot, so i changed the bios to auto boot when power is applied, and use a smart switch to manually power cycle when it hangs.
Not sure if the mac bios supports that, but its worth a look
5 0 Reply
Sudo shutdown now -r
7 0 ReplySudo reboot now
2 0 Reply
Alt-SysReq-B
5 0 ReplyI will always use the GUI for this when given the option. Change my mind (you can't).
3 0 ReplyI won't try but I'll always use the command line.
It's faster for me! Ctrl+alt+T brings up terminal, sudo reboot. Enter.
1 0 Reply
2 0 ReplyA stop job is running for ... (45min / no limit)
3 0 Reply
sudo
1 0 ReplyLive Mas as the root account
2 0 Reply