this post was submitted on 17 Feb 2024
280 points (100.0% liked)

196

18069 readers
1348 users here now

Be sure to follow the rule before you head out.


Rule: You must post before you leave.



Other rules

Behavior rules:

Posting rules:

NSFW: NSFW content is permitted but it must be tagged and have content warnings. Anything that doesn't adhere to this will be removed. Content warnings should be added like: [penis], [explicit description of sex]. Non-sexualized breasts of any gender are not considered inappropriate and therefore do not need to be blurred/tagged.

If you have any questions, feel free to contact us on our matrix channel or email.

Other 196's:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 29 points 1 year ago (11 children)

It's easy. Just open up a terminal and type

kill $PID

(Replace the $PID with the process id of the process) if you don't know the process id you can do

killall process_name

If these don't work you can add a -9 to banish them and give them no chance to resist

[–] [email protected] 5 points 1 year ago (3 children)

Similarly, $$ is the current PID, $PPID is the parent PID. (Bash)

[–] [email protected] 3 points 1 year ago (2 children)

So 'kill -9 $$' is just suicide?

[–] [email protected] 3 points 1 year ago

You can type seppuku for that

load more comments (1 replies)
load more comments (1 replies)
load more comments (8 replies)