$ nohup <command> [args...] [&]
$ ps -ef | grep defunct
$ kill -KILL <見つかったゾンビプロセスの PID>
$ nice -n <nice値> <program> ...
# renice -n <nice値> -p <PID>