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
Directories are just like files with
So, the 4096 bytes mean, most likely, that the filesystem block size is 4096 and that directory is currently using a single block to store this table of names and inodes.