du -sh /path/to/directory
df -h
rm -rf /path/to/directory
lsof | grep deleted
如果还是无法释放磁盘空间,可以尝试重新挂载文件系统或者重启系统。
另外,也可以使用工具如du或ncdu来查看和清理磁盘空间。