原因はファイルは削除されたがプロセスが握ったまま 開放していないのが原因です 以下のコマンドでチェックすることが出来ます ls -al /proc/*/fd/* 例 l-wx------ 1 root root 64 Oct 21 18:05 /proc/402/fd/17 -> /usr/local/leg/logs/stdout.log l-wx------ 1 root root 64 Oct 21 18:05 /proc/402/fd/2 -> /usr/local/leg/logs/stdout.log lrwx------ 1 root root 64 Oct 21 18:05 /proc/402/fd/3 -> /usr/local/leg/tmp/dg378.1.14290296 (deleted) l-wx------ 1 root root 64 Oct 21 18:0