Linux使用du和df命令结果不一致
df - report file system disk space usage df [OPTION]... [FILE]... -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) du - estimate file space usage du [OPTION]... [FILE]... -h, --human-readable print sizes in human readable format (e.g., 1K 234M 2G) -s, --summarize display only a total for each argument
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 6.8G 6.3G 196M 98% /
vonzhou@vonzhou:~$ du -sh /home
2.2G /home
vonzhou@vonzhou:~$ lsof | grep iso
vi 21350 vonzhou 3r REG 8,1 741343232 325789 /home/vonzhou/test.iso
vonzhou@vonzhou:~$ rm test.iso
vonzhou@vonzhou:~$ df -h /home
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 6.8G 6.3G 196M 98% /
vonzhou@vonzhou:~$ du -sh /home
1.5G /home
vonzhou@vonzhou:~$ lsof | grep iso
vi 21350 vonzhou 3r REG 8,1 741343232 325789 /home/vonzhou/test.iso (deleted)
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 6.8G 5.6G 903M 87% /
vonzhou@vonzhou:~$ du -sh /home
1.5G /home
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。