deleted进程未释放空间<p>执行命令即可 ```lsof | grep deleted | awk '{print $2}' | sort -u | xargs kill -9</p> <pre><code></code></pre>