执行lsof -n | grep deleted这个命令。[root@localhost ~]#lsof -n | grep deleted #发现有几个删除了但是没有释放空间。[root@localhost ~]#kill -9 4291然后在df查看一下,发现空间减少了。[root@localhost ~]#df –lh
希望能帮到你。
linux查看已删除空间却没有释放的进程
原文:https://blog.51cto.com/chentongsan/2459740