#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 | |
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
| long stat::st_blksize |
blocksize for filesystem I/O
| long stat::st_blocks |
number of blocks allocated
time of last access
time of last modification
time of last status change
1.5.6