When running ls -l, why does the filesize on a directory not match the output of du?

前端 未结 4 1541
不思量自难忘°
不思量自难忘° 2021-01-21 02:43

What does 4096 mean in output of ls -l?

[root@file nutch-0.9]# du -csh resume.new/
2.3G    resume.new/
[root@file nutch-0.9]# ls -l 
total 55132
drw         


        
4条回答
  •  既然无缘
    2021-01-21 03:39

    That the directory takes up 4096 bytes of disk space (not including its contents).

提交回复
热议问题