stat.2: Clarify definitions of timestamp fields

In particular, make it clear that atime and mtime relate to the
file *data*.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-03-02 17:45:05 +01:00
parent cb2e25d873
commit b2a8e05384
1 changed files with 4 additions and 3 deletions

View File

@ -246,13 +246,14 @@ in 512-byte units.
when the file has holes.)
.TP
.I st_atime
This is the file's last access timestamp.
This is the time of the last access of file data.
.TP
.I st_mtime
This is the file's last modification timestamp.
This is the time of last modification of file data.
.TP
.I st_ctime
This is the file's last status change timestamp.
This is the file's last status change timestamp
(time of last change to the inode).
.PP
For further information on the above fields, see
.BR inode (7).