This is misinformation since both operating systems can gracefully and forcibly shut down processes.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
I'm gonna sudo xkill you
Play me online? Well, you know that I'll beat you.
If I ever meet you I'll control-alt-delete you!
Linux ending a process still only uses SIGTERM unless you explicitly use SIGKILL, at least afaik
Right. Sigterm should always be the first choice as a process may have the chance to handle that signal, free resources, save data etc. Sigkill pulls the rug out under it, which is a last resort, but may be necessary if the process can't handle sigterm in reasonable time.
So the meme basically shows these two signals, both Windows and different Linux distributions have different ways to when they send each signal and how the user can use them.
Afaik KDE and Gnome do use SIGKILL at some point except for certain processes like running package managers. At least they are able to forcibly close almost anything if you really insist on shutting down now, depending on your (distro) configuration. Correct me if I'm wrong, but from my experience in Gnome you have to click on shutdown twice for it to happen, while KDE gives applications a 60 sec grace period unless you click a button in a notification pop-up.
Edit: Not sure how it is in the terminal aside from those 1:30min grace periods during shutdown.
Are you telling me there's a reason why I have to click shutdown twice for gnome to start the shutdown process? I always wondered why it had that 60s waiting time.
The 60s is just a "oops I actually wanted to do X thing tbefore shudown". So you don't have to reboot for your forgotten task you meant to do
I was indeed expecting a doctor who reference
Worst rage bait since Windows 11
Depends on the signal actually
Have you ever tried to kill a non-responding Flatpak application?
flatpak kill some.app.id
Instantly kills it.
Yeah I just found out. Tried it with kill
but didn't work.
You mean Xkill doesn't work?
Edit: had a stroke.
Sudo xkill
kill -9 vs taskkill /f
Even if it was true.