MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
stat Struct Reference

Data structure which contains information about a file. More...

Public Attributes

dev_t st_dev
 ID of device containing file.
 
ino_t st_ino
 File serial number.
 
mode_t st_mode
 Mode of file.
 
uid_t st_uid
 File user id.
 
gid_t st_gid
 File group id.
 
off_t st_size
 File Size.
 
time_t st_atime
 Time of last access.
 
time_t st_mtime
 Time of last data modification.
 
time_t st_ctime
 Time of last status change.
 

Detailed Description

Data structure which contains information about a file.


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