Untitled 9
Untitled 9
Printing
__________________________________________________________
Term Definitiion
Filter Scripts used to prepare a document before printing
Device Type of connection used to access the printer (e.g parallel, USB or network)
Driver Translates raw or postscript type formats into printer specific instructions such a s PCL
Files
File Description
/etc/printcap Read by the lpd daemon at start up and contains a list of configured printers
/etc/lpd.perms Contains permissions applied to the lpd daemon such as remote access
Commands
Command Description
lpc line printer control program
lpd line printer daemon
lpq print printer queue status
lpr submit files for printing
lprm remove a queued print job
mpage print multiple pages of a document on one page
3. Send jobs to the print queue using lpr and pr (pre-formatting tool)
In each case
- check the /etc/printcap file. Which filter is used? How is the remote host defined?
- check the /var/spool/lpd/ directory.
_________________________________________________________________________
130