varied output for linux df and du commands on same file system
Greetings,
When I run df -h /var , it displays the disk usage as
$ df -h /var/
Filesystem Size Used Avail Use% Mounted on
/dev/sda9 4.8G 3.3G 1.3G 73% /var
But when I run the du -sh for the same file system , the result
varies .
du -sh /var/
3.2G /var/
What is the reason for the difference in results .......
With Thanks in Advance
zaman
|