Open System Services System Calls Reference Manual (G06.28+, H06.05+)

stat64(2) OSS System Calls Reference Manual
For Contains
Regular le File serial number (unique)
Directory File serial number (unique)
FIFO File serial number (unique)
AF_UNIX socket File serial number of the socket le
(unique)
/dev/null File serial number (unique)
/dev/tty File serial number (unique)
The st_ino value for all node entries in /E (including the entry
for the logical link from the local node name to the root leset
on the local node) is the value for the root leset on the
corresponding node. If normal conventions are followed, this
value is always 0 (zero), so entries in /E appear to be nonunique.
Values for objects on remote nodes are unique only among the
values for objects within the same leset on that node.
st_mode File mode. These bits are ORed into the st_mode eld:
S_IFMT File type. This eld can contain one of these
values:
S_IFCHR Character special le.
S_IFDIR Directory.
S_IFIFO FIFO.
S_IFREG Regular le.
S_IFSOCK Socket.
For an AF_UNIX socket, the
user permissions from the inode
for the socket are returned for
the permission bits. The access
ags are also returned from the
inode.
S_IRWXG Permissions for the owning group, or if the |
st_acl ag is set, permissions for the the class |
ACL entry.
S_IRWXO Other class
S_IRWXU Owner class
S_ISGID Set group ID on execution
S_ISUID Set user ID on execution
S_ISVTX Sticky bit; used only for directories (not ORed
for les in /G, the Guardian le system)
7394 Hewlett-Packard Company 527186-007