Except on the Linux systems I’ve used, when I ask it to shut down, it shuts down no matter what. Windows and macOS let programs stop the shutdown process indefinitely (when shutdown/reboot are invoked the usual way).
I’ve had containers which are locked up and won’t respond to SIGKILL or any other signal. I don’t think It should be possible with a regular process, though.
Except on the Linux systems I’ve used, when I ask it to shut down, it shuts down no matter what. Windows and macOS let programs stop the shutdown process indefinitely (when shutdown/reboot are invoked the usual way).
I think that’s what the meme is trying to get at.
I wish that was the case, I’ll often find my Linux desktop running because the os failed to shut something down.
poweroff
andreboot
work as advertised for me, but I’m running headless homelab servers and a laptop withi3
. Maybe DEs/GUI shutdown is more subtle?I’ve had containers which are locked up and won’t respond to SIGKILL or any other signal. I don’t think It should be possible with a regular process, though.
That would depend on the DE I suppose, on GNOME it’ll show open programmes and wait 60 seconds for the user to intervene IIRC.
Still doesn’t kill them though and asks them to properly terminate themselves which allows them to take care of everything.
Yeah, I run
i3
and headless servers, so it’spoweroff
orreboot
for me. Always works as advertised.