HP-UX Reference (11i v1 00/12) - 4 File Formats (vol 8)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man4/!!!intro.4
________________________________________________________________
___ ___
a
authcap(4) authcap(4)
where num is a decimal or (0-preceded) octal number. Boolean capabilities have the format:
id
or
id@
where the first form signals the presence of the capability and the second form signals the absence of the
capability. String capabilitieshave the format:
id=string
where string is 0 or more characters. The \ and : characters are escaped as \\and \: respectively.
File Locking
All databases use a lock file, the existence of which means that the le is currently being rewritten. Occa-
sionally, the lock files remain after a system crash and must be removed manually. The lock file is formed
by appending -t to the database file name.
Fields/Flags
All databases are converted into structures by programs. The data structures consist of two substructures,
each of which has one member for each field in the database entry. The field structure contains a eld
value (for example, a number, a boolean flag, a directory string, or a mask), while the flag value (one bit)
indicates the presence or absence of the field in that entry.
AUTHOR
authcap was developed by HP.
SEE ALSO
default(4), devassign(4), getdvagent(3), getprdfent(3), getprpwent(3), getprtcent(3), prpwd(4), ttys(4).
HP-UX Release 11i: December 2000 2 Section 429
___
___