CAP_MKDB(1) - General Commands Manual # CAP_MKDB(1) - General Commands Manual
NAME # cap_mkdb - create capability database
SYNOPSIS # cap_mkdb [-v] [-f outfile] file1 [file2 …]
DESCRIPTION # cap_mkdb builds a hashed database out of the cgetent(3) logical database constructed by the concatenation of the specified files.
The database is named by the basename of the first file argument and the string “.db”. The cgetent(3) routines can access the database in this form much more quickly than they can the original text file(s).
...
GETCAP(1) - General Commands Manual # GETCAP(1) - General Commands Manual
NAME # getcap - capability database access utility
SYNOPSIS # getcap [-b boolean | -c capability | -n number | -s string] -f path -a | record …
DESCRIPTION # The getcap utility provides a simple method for querying a capability database such as /etc/login.conf or /etc/printcap and as described by cgetent(3).
The following query types are supported:
...
LOGIN.CONF(5) - File Formats Manual # LOGIN.CONF(5) - File Formats Manual
NAME # login.conf - login class capability database
DESCRIPTION # The login.conf file describes the various attributes of login classes. A login class determines what styles of authentication are available as well as session resource limits and environment setup. While designed primarily for the login(1) program, it is also used by other programs, such as ftpd(8), to determine what means of authentication are available.
...
NPPPD-USERS(5) - File Formats Manual # NPPPD-USERS(5) - File Formats Manual
NAME # npppd-users - user database file
DESCRIPTION # The npppd-users file describes the various attributes of users. Refer to cgetent(3) for a description of the file layout. Each entry in the database is used to describe one user. The record name is the username. The following attributes can be specified:
**Name** **Description** password User's password. Some characters are needed to be represented by the escape sequence.
...
SENSORSD.CONF(5) - File Formats Manual # SENSORSD.CONF(5) - File Formats Manual
NAME # sensorsd.conf - configuration file for sensorsd
DESCRIPTION # The sensorsd.conf file is read by sensorsd(8) to configure hardware sensor monitoring. Each variable in the sysctl(2) hw.sensors subtree represents a sensor. Each sensor is matched by at most one entry in sensorsd.conf, which may specify high and low limits, and whether sensor status changes provided by the driver should be ignored.
...