实际演示如下 1.lsof | grep deleted 找到未能删除掉的文件 2.ls -l /proc/PID/fd/* |grep 文件名 找对应文件的句柄 3.echo >/proc/pid/fd/句柄 清除文件内容 4.通过 df -h 命令查看发现磁盘空间已经减少