[BACK]Return to stat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / stat

Diff for /src/usr.bin/stat/stat.1 between version 1.13 and 1.14

version 1.13, 2007/11/05 14:49:59 version 1.14, 2007/11/05 16:58:34
Line 65 
Line 65 
 The information displayed is obtained by calling  The information displayed is obtained by calling
 .Xr lstat 2  .Xr lstat 2
 with the given argument and evaluating the returned structure.  with the given argument and evaluating the returned structure.
   The default format displays the
   .Fa st_dev ,
   .Fa st_ino ,
   .Fa st_mode ,
   .Fa st_nlink ,
   .Fa st_uid ,
   .Fa st_gid ,
   .Fa st_rdev ,
   .Fa st_size ,
   .Fa st_atime ,
   .Fa st_mtime ,
   .Fa st_ctime ,
   .Fa st_blksize ,
   .Fa st_blocks ,
   and
   .Fa st_flags
   fields, in that order.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
Line 279 
Line 296 
 .It Cm d  .It Cm d
 Device upon which  Device upon which
 .Ar file  .Ar file
 resides.  resides
   .Pq Fa st_dev .
 .It Cm i  .It Cm i
 .Ar file Ns 's  .Ar file Ns 's
 inode number.  inode number
   .Pq Fa st_ino .
 .It Cm p  .It Cm p
 File type and permissions.  File type and permissions
   .Pq Fa st_mode .
 .It Cm l  .It Cm l
 Number of hard links to  Number of hard links to
 .Ar file .  .Ar file
   .Pq Fa st_nlink .
 .It Cm u , g  .It Cm u , g
 User-id and group-id of  User-id and group-id of
 .Ar file Ns 's  .Ar file Ns 's
 owner.  owner
   .Pq Fa st_uid , st_gid .
 .It Cm r  .It Cm r
 Device number for character and block device special files.  Device number for character and block device special files
   .Pq Fa st_rdev .
 .It Cm a , m , c , B  .It Cm a , m , c , B
 The time  The time
 .Ar file  .Ar file
 was last accessed or modified, or when the inode was last changed, or  was last accessed or modified, or when the inode was last changed, or
 the birth time of the inode.  the birth time of the inode
   .Pq Fa st_atimespec , st_mtimespec , st_ctimespec .
 If the file system does not support birth time, the value is undefined.  If the file system does not support birth time, the value is undefined.
 .It Cm z  .It Cm z
 The size of  The size of
 .Ar file  .Ar file
 in bytes.  in bytes
   .Pq Fa st_size .
 .It Cm b  .It Cm b
 Number of blocks allocated for  Number of blocks allocated for
 .Ar file .  .Ar file
   .Pq Fa st_blocks .
 .It Cm k  .It Cm k
 Optimal file system I/O operation block size.  Optimal file system I/O operation block size
   .Pq Fa st_blksize .
 .It Cm f  .It Cm f
 User defined flags for  User defined flags for
 .Ar file .  .Ar file
   .Pq Fa st_flags .
 .It Cm v  .It Cm v
 Inode generation number.  Inode generation number
   .Pq Fa st_gen .
 .El  .El
 .Pp  .Pp
 The following four field specifiers are not drawn directly from the  The following four field specifiers are not drawn directly from the

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14