stat man page on Xenix

Man page or keyword search:  
man Server   1130 pages
apropos Keyword Search (all sections)
Output format
Xenix logo
[printable version]



     STAT(F)		      XENIX System V		       STAT(F)

     Name
	  stat - Data returned by stat system call.

     Syntax
	  #include <sys/stat.h>

     Description
	  The sys/stat.h include file contains the definition for the
	  structure returned by the stat and fstat functions.  The
	  structure is defined as:

	  struct stat{
	    dev_t	 st_dev;     /*

	    ino_t	 st_ino;     /* inode number */
	    ushort	 sh_mode;    /* file mode */
	    short	 st_nlink;   /* # of links */
	    ushort	 st_uid;     /* owner uid */
	    ushort	 st_gid;     /* owner gid */
	    dev_t	 st_rdev;    /*

	    off_t	 st_size;    /* file size in bytes */
	    time_t	 st_atime;   /* time of last access */
	    time_t	 st_mtime;   /* time of last data modification */
	    time_t	 st_ctime;   /* time of last file status 'change' */
	  };

	  Note that the st_atime, st_mtime, and st_ctime values are
	  measured in seconds since 00:00:00 (GMT) on January 1, 1970.

	  The st_mode value is actually a combination of one or more
	  of the following file mode values:
	  S_IFMT     0170000   /* type of file */
	  S_IFDIR    0040000   /* directory */
	  S_IFCHR    0020000   /* character special */
	  S_IFBLK    0060000   /* block special */
	  S_IFREG    0100000   /* regular */
	  S_IFIFO    0010000   /* fifo */
	  S_IFNAM    0050000   /* name special entry */
	  S_INSEM    01	       /* semaphore */
	  S_INSHD    02	       /* shared memory */
	  S_ISUID    04000     /* set user id on execution */
	  S_IGUID    02000     /* set group id on execution */
	  S_ISVTX    01000     /* save swapped text even after use */
	  S_IREAD    00400     /* read permission, owner */
	  S_IWRITE   00200     /* write permission, owner */
	  S_IEXEC    00100     /* execute/search permission, owner */

     Files
	  /usr/include/sys/stat.h

     Page 1					      (printed 8/7/87)

     STAT(F)		      XENIX System V		       STAT(F)

     See Also
	  stat(S)

     Page 2					      (printed 8/7/87)

[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server Xenix

List of man pages available for Xenix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net