Similarly, $$ is the current PID, $PPID is the parent PID. (Bash)
$$
$PPID
So 'kill -9 $$' is just suicide?
With suicide, you have a chance to get your affairs in order. kill -9 $$ is hiring an assassin to kill you and not tell you when it will happen. It happens suddenly without warning.
kill -9 $$
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^
Similarly,
$$
is the current PID,$PPID
is the parent PID. (Bash)So 'kill -9 $$' is just suicide?
With suicide, you have a chance to get your affairs in order.
kill -9 $$
is hiring an assassin to kill you and not tell you when it will happen. It happens suddenly without warning.You can type
seppuku
for that