NonStop S-Series Server Description Manual (G06.24+)

Glossary
HP NonStop S-Series Server Description Manual520331-003
Glossary-35
file group class
file group class. The property of an Open System Services (OSS) file indicating access
permissions for a process related to the group ID of the process. A process is in the
file group class of a file if both:
The process is not a member of the file owner class for the file.
The process has an effective group ID or supplementary group ID that is the same
as the group ID associated with the file.
file identifier. In the Guardian environment, the portion of a filename following the
subvolume name. In the Open System Services (OSS) environment, a file identifier is
a portion of the internal information used to identify a file in the OSS file system (an
inode number). The two identifiers are not comparable.
file link count. The total number of directory entries for an Open System Services (OSS)
file within an HP NonStop™ node.
file mode. For an Open System Services (OSS) process, a field in the stat structure for a
specific file that describes the type and characteristics of the file and contains the
access permission bits for the file.
file mode creation mask. A mask associated with an Open System Services (OSS)
process and used when the process creates a file. Bits set in this mask are cleared in
the access permission bits for the file.
filename. In the Open System Services (OSS) environment, a component of a pathname
containing any valid characters other than slash (/) or null. See also file name.
file name. A string of characters that uniquely identifies a file.
In the PC environment, file names for disk files normally have at least two parts (the
disk name and the file name); for example, B:MYFILE.
In the Guardian environment, disk file names include a node name, volume name,
subvolume name, and file identifier; for example, \NODE.$DISK.SUBVOL.MYFILE.
In the Open System Services (OSS) environment, a file is identified by a pathname
; for
example, /usr/john/workfile. See also filename
.
file other class. The property of an Open System Services (OSS) file indicating access
permissions for a process related to the user ID and group ID of the process. A
process is in the file other class of a file if both:
The process is not a member of the file owner class for the file.
The process is not a member of the file group class for the file.
file owner class. The property of an Open System Services (OSS) file indicating access
permissions for a process related to the user ID of the process. A process is in the file
owner class of a file if the process has an effective user ID that is the same as the user
ID (owner) associated with the file.