Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
df -h
du -m --max-depth=1
lsof |grep delete
根据lsof列出的进程号,kill这些进程后,空间就释放出来了
find /home -size +400M