autodoc.git
/
traditional_manual
/
chapter_9.html
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/traditional_manual/chapter_9.html:6104:
</dd> <dt>atime</dt> <dd><p>Time of last access in seconds since 00:00:00 UTC, 1970-01-01.</p> </dd> <dt>mtime</dt> <dd><p>Time of last data modification.</p> </dd> <dt>ctime</dt> <dd><p>Time of last file status change.</p> </dd>
+
<dt>atime_nsec</dt>
+
<dd><p>Time of last access in nanoseconds, added to atime to get
+
sub-second time</p>
+
</dd>
+
<dt>mtime_nsec</dt>
+
<dd><p>Time of last modification in nanoseconds, added to mtime to get
+
sub-second time</p>
+
</dd>
+
<dt>ctime_nsec</dt>
+
<dd><p>Time of last file status change in nanoseconds, added to ctime to
+
get sub-second time</p>
+
</dd>
<dt>ino</dt> <dd><p>Inode number.</p> </dd> <dt>nlink</dt> <dd><p>Number of links.</p> </dd> <dt>dev</dt> <dd><p>ID of the device containing a directory entry for this file.</p> </dd> <dt>rdev</dt>