回答:
killing 0はpid 0を強制終了しません。代わりkillに、現在のグループのすべてのプロセスを強制終了するオプションです。コマンドを使用すると、コマンドを発行したシェルのプロセスグループID(GID)のすべてを強制終了しkillます。
killマニュアルページから:
pid... Specify the list of processes that kill should signal. Each pid
can be one of five things:
...
0 All processes in the current process group are signaled.