Subject: Re: stat(2) st_size of directory
To: None <netbsd-help@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-help
Date: 10/18/2001 17:07:29
In article <Pine.LNX.4.21.0110180831350.3559-100000@pilchuck.reedmedia.net>,
Jeremy C. Reed <reed@reedmedia.net> wrote:
>What does stat(2) st_size of directory represent?

Directories are files containing struct dirent's. The more dirents you have
the bigger size you get.

christos