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.
...
Curses,
Term,
Vi,
Terminfo,
Ul,
Printf,
Tset,
Ex,
Cap_mkdb,
More,
Termcap TERMCAP(5) - File Formats Manual # TERMCAP(5) - File Formats Manual
NAME # termcap - terminal capability database
DESCRIPTION # The termcap file is a database describing terminals, used, for example, by vi(1) and curses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing how operations are performed. Padding requirements and initialization sequences are included in termcap.
Entries in termcap consist of a number of `:’-separated fields.
...