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
-9
Similarly, $$ is the current PID, $PPID is the parent PID. (Bash)
$$
$PPID
So 'kill -9 $$' is just suicide?
You can type seppuku for that
seppuku
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
^other^ ^rules^
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