You must log in or # to comment.
Can you give Linus a Raiden hat?
sudo reboot -h nowsudo ps -ef | awk '{print $2}' | xargs -r kill -9Let’s get completely unnecessary:
# systemctl isolate runlevel6.target
What is the difference between that and simply
reboot? Doessystemctl reboothave any benefits?rebootis linked (aliased) to your init program. In the case you are using systemd then it’s equivalent tosystemctl reboot.rebootis generic and calls whatever init program you use.There are more than one init. Like for example GNU Shepherd.
Wondering the same
Edit: after a quick google session it seems like usually the
rebootcommand is linked tosystemctlso it should be pretty much the same thing as far as I understand.
Sudo shutdown now -r
Sudo reboot now







