du -sh /path/to/directory
df -h
rm -rf /path/to/directory
lsof | grep deleted
如果還是無法釋放磁盤空間,可以嘗試重新掛載文件系統或者重啟系統。
另外,也可以使用工具如du或ncdu來查看和清理磁盤空間。