Why is the size of a directory always 4096 bytes in unix?
- by eSKay
I am sure a directory file has much less information than 4096 bytes. I know the sector size is 4096 bytes. But normal files smaller than that do exist.
Why does Unix reserve 4096 bytes for each folder?