What is the difference between that and simply
reboot
? Doessystemctl reboot
have any benefits? 34ReplyWondering 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. 31Replyreboot
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.
27ReplySysV, Upstart
10ReplyGentoo uses OpenRC
9Replyrunit
1Reply
sudo reboot -h now
27ReplyLet's get completely unnecessary:
# systemctl isolate runlevel6.target
20Reply# init 6
18ReplyYou, like me, must be old.
I also frequently pass
-l
to thessh
command. 11Reply
sudo shutdown -r now
12ReplyI just flick the switch on the surge protector.
11ReplyAlt+SysRq-O
9Replysudo ps -ef | awk '{print $2}' | xargs -r kill -9
8Replysudo reboot 0
...is my go-to.
6Replyreboot -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.
14Reply
Can you give Linus a Raiden hat?
19ReplyPuTTY: "unexpectedly" disconnected.
15ReplyDummy me I type "systemctl restart" instead 🤦♂️
15ReplySudo shutdown now -r
8ReplySudo reboot now
2Reply
run0 reboot
7ReplyI'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?
7ReplyI 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
5Reply
Alt-SysReq-B
5Replywill shutdown now
'shut down' is two words, here.
3Replythe meme spells it like the command
shutdown
;-) 1Reply
2ReplyA stop job is running for ... (45min / no limit)
3Reply
sudo
2ReplyLive Mas as the root account
4Reply
I will always use the GUI for this when given the option. Change my mind (you can't).
2ReplyI 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.
2ReplyI often remote into my machine, so it's a lot easier to type the command.
1Reply