0

I have problem with file system size mismatch from 2 different linux commands

du -h shows only 250 MB used 

df -h shows  9.5 GB used 

Why is the different between commands ?

Nidal
  • 8,956
sathya
  • 11

1 Answers1

2

du -h only shows the amount used under the current directory, while df -h shows all the usage for the whole filesystem.