this post was submitted on 17 Feb 2024
279 points (100.0% liked)
196
16459 readers
1735 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's easy. Just open up a terminal and type
(Replace the $PID with the process id of the process) if you don't know the process id you can do
If these don't work you can add a
-9
to banish them and give them no chance to resistSimilarly,
$$
is the current PID,$PPID
is the parent PID. (Bash)So 'kill -9 $$' is just suicide?
You can type
seppuku
for that