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:
...
LPC(8) - System Manager’s Manual # LPC(8) - System Manager’s Manual
NAME # lpc - line printer control program
SYNOPSIS # lpc [command [argument …]]
DESCRIPTION # lpc is used by the system administrator to control the operation of the line printer system. For each line printer configured in /etc/printcap, lpc may be used to:
disable or enable a printer,
disable or enable a printer’s spooling queue,
rearrange the order of jobs in a spooling queue,
...
LPD(8) - System Manager’s Manual # LPD(8) - System Manager’s Manual
NAME # lpd - line printer spooler daemon
SYNOPSIS # lpd [-dlrs] [-b bind-address] [-n maxchild] [-w maxwait] [port]
DESCRIPTION # lpd is the line printer daemon (spool area handler) and is normally invoked at boot time from the rc(8) file. It makes a single pass through the printcap(5) file to find out about the existing printers and prints any files left after a crash.
...
LPR(1) - General Commands Manual # LPR(1) - General Commands Manual
NAME # lpr - off line print
SYNOPSIS # lpr [-cdfghlmnpqrstv] [-#‌num] [-1234 font] [-C class] [-i [numcols]] [-J job] [-P‌printer] [-T title] [-U user] [-w‌num] [name …]
DESCRIPTION # lpr uses a spooling daemon to print the named files when facilities become available. If no names appear, the standard input is assumed.
The following single letter options are used to notify the line printer spooler that the files are not standard text files.
...
PRINTCAP(5) - File Formats Manual # PRINTCAP(5) - File Formats Manual
NAME # printcap - printer capability database
DESCRIPTION # The printcap file is a simplified version of the termcap(5) database used to describe line printers. The spooling system accesses the printcap file every time it is used, allowing dynamic addition and deletion of printers. Each entry in the database is used to describe one printer. This database may not be substituted for, as is possible for termcap(5), because it may allow accounting to be bypassed.
...