Main index | Section 5 | 日本語 | Options |
The default printer is normally
lp,
though the environment variable
PRINTER
may be used to override this.
Each spooling utility supports an option,
Refer to the 4.3 BSD Line Printer Spooler Manual for a complete discussion on how to setup the database for a given printer.
Description | |||
af | str | NULL | name of accounting file |
br Ta num Ta none | if lp is a tty, set the baud rate((ioctl) 2 call) | ||
cf | str | NULL | cifplot data filter |
ct Ta num Ta 120 | TCP connection timeout in seconds | ||
df | str | NULL | tex data filter( DVI format) |
du Ta num Ta 1 | UID to run daemon as | ||
ff | str | '\f ' | string to send for a form feed |
fo Ta bool Ta false | print a form feed when device is opened | ||
gf | str | NULL | graph data filter((plot) 3 format |
hl Ta bool Ta false | print the burst header page last | ||
ic Ta bool Ta false | driver supports (non standard) ioctl to indent printout | ||
if | str | NULL | name of text filter which does accounting |
lf | str | /dev/console | error logging file name |
lo | str | lock | name of lock file |
lp | str | /dev/lp | device name to open for output, or port@ machine to open a TCP socket |
mc Ta num Ta 0 | maximum number of copies which can be requested onlpr(1), zero = unlimited | ||
ms | str | NULL | if lp is a tty, a comma-separated,stty(1)-like list describing the tty modes |
mx Ta num Ta 0 | maximum file size (in BUFSIZ blocks), zero = unlimited | ||
nd | str | NULL | next directory for list of queues (unimplemented) |
nf | str | NULL | ditroff data filter (device independent troff) |
of | str | NULL | name of output filtering program |
pc Ta num Ta 200 | price per foot or page in hundredths of cents | ||
pl Ta num Ta 66 | page length (in lines) | ||
pw Ta num Ta 132 | page width (in characters) | ||
px Ta num Ta 0 | page width in pixels (horizontal) | ||
py Ta num Ta 0 | page length in pixels (vertical) | ||
rc Ta bool Ta false | when sending to a remote host, resend copies (see below) | ||
rf | str | NULL | filter for printing FORTRAN style text files |
rg | str | NULL | restricted group. Only members of group allowed access |
rm | str | NULL | machine name for remote printer |
rp | str | lp | remote printer name argument |
rs Ta bool Ta false | restrict remote users to those with local accounts | ||
rw Ta bool Ta false | open the printer device for reading and writing | ||
sb Ta bool Ta false | short banner (one line only) | ||
sc Ta bool Ta false | suppress multiple copies | ||
sd | str | /var/spool/lpd | spool directory |
sf Ta bool Ta false | suppress form feeds | ||
sh Ta bool Ta false | suppress printing of burst page header | ||
sr | str | NULL | file name to hold statistics of each datafile as it is received |
ss | str | NULL | file name to hold statistics of each datafile as it is sent |
st | str | status | status file name |
tf | str | NULL | troff data filter (cat phototypesetter) |
tr | str | NULL | trailer string to print when queue empties |
vf | str | NULL | raster image filter |
Each two-letter capability has a human-readable alternate name.
Long form | |
af | acct.file |
br | tty.rate |
cf | filt.cifplot |
ct | remote.timeout |
df | filt.dvi |
du | daemon.user |
ff | job.formfeed |
fo | job.topofform |
gf | filt.plot |
hl | banner.last |
if | filt.input |
lf | spool.log |
lo | spool.lock |
lp | tty.device |
mc | max.copies |
ms | tty.mode |
mx | max.blocks |
nf | filt.ditroff |
of | filt.output |
pc | acct.price |
pl | page.length |
pw | page.width |
px | page.pwidth |
py | page.plength |
rc | remote.resend_copies |
rf | filt.fortran |
rg | daemon.restrictgrp |
rm | remote.host |
rp | remote.queue |
rs | daemon.restricted |
rw | tty.rw |
sb | banner.short |
sc | job.no_copies |
sd | spool.dir |
sf | job.no_formfeed |
sh | banner.disable |
sr | stat.recv |
ss | stat.send |
st | spool.status |
tf | filt.troff |
tr | job.trailer |
vf | filt.raster |
If the local line printer driver supports indentation, the daemon must understand how to invoke it.
p pr | if regular text + pr(1) none if regular text c cf cifplot d df DVI (tex) g gf plot(3) n nf ditroff f rf Fortran t tf troff v vf raster image
The
if
filter is invoked with arguments:
if
[
The
If no if is specified, of is used instead, with the distinction that of is opened only once, while if is opened for every individual job. Thus, if is better suited to performing accounting. The of is only given the width and length flags.
All other filters are called as:
filter
where width and length are represented in pixels, specified by the px and py entries respectively.
All filters take stdin as the file, stdout as the printer, may log either to stderr or using syslog(3), and must not ignore SIGINT.
If the
There are some models of network printers which accept jobs from
lpd(8),
but they ignore the control file for a job and simply print
each data file as it arrives at the printer.
One side-effect of this behavior is that the printer will ignore any request
for multiple copies as given with the
If lp is specified as port@ machine (and rm is not in use), print data will be sent directly to the given port on the given machine.
Statistics on datafiles being received would be used on a print server, if you are interested in network performance between a variety of machines which are sending jobs to that print server. The print server could collect statistics on the speed of each print job as it arrived on the server.
Statistics on datafiles being sent might be used as a minimal accounting record, when you want to know who sent which jobs to a remote printer, when they were sent, and how large (in bytes) the files were. This will not give include any idea of how many pages were printed, because there is no standard way to get that information back from a remote (network) printer in this case.
Error messages sent to the console have a carriage return and a line feed appended to them, rather than just a line feed.
4.3 BSD Line Printer Spooler Manual,
PRINTCAP (5) | October 11, 2000 |
Main index | Section 5 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | If you have any trouble sounding condescending, find a Unix user to show you how it's done. | ” |
— Scott Adams |