by shigemk2

当面は技術的なことしか書かない

ゾンビプロセスをサーチ

Killing zombie process

Zombie process is an inactive computer process

8行目(ステータス)と2行目(PID)をawkコマンドで取りだしてる。

ps aux | awk '{ print $8 " " $2 }' | grep -w Z

Z 522