Nitin Kumar Asked: 2019-08-07 07:17:44 +0800 CST What is difference between ls -lh and du -sh? 4 $ ls -lh file1.tar -rw-r--r-- 1 wnice wnice 40K Aug 6 20:41 file1.tar $ du -sh file1.tar 80K file1.tar Why is it showing different sizes of same file? Please help me understand files ls df du