stat Struct Reference

Filesystem object status. More...

#include <sys/stat.h>


Data Fields

dev_t st_dev
 ID of device containing file.
ino_t st_ino
 Inode number.
mode_t st_mode
 Access mode.
nlink_t st_nlink
 number of hard links
uid_t st_uid
 user ID of owner
gid_t st_gid
 group ID of owner
dev_t st_rdev
 device ID (if special file)
off64_t st_size
 total size, in bytes
long st_blksize
 blocksize for filesystem I/O
long st_blocks
 number of blocks allocated
time_t st_atime
 time of last access
time_t st_mtime
 time of last modification
time_t st_ctime
 time of last status change


Detailed Description

Filesystem object status.


Field Documentation

ID of device containing file.

Inode number.

Access mode.

number of hard links

user ID of owner

group ID of owner

device ID (if special file)

total size, in bytes

blocksize for filesystem I/O

number of blocks allocated

time of last access

time of last modification

time of last status change


The documentation for this struct was generated from the following file:

Generated on Tue Jan 20 14:29:02 2009 for ABLE LIBC by  doxygen 1.5.6