Common Unix Printing System
From HTYP, the free directory anyone can edit
Contents |
[edit] Navigation
computing: software: UNIX/Linux: Common Unix Printing System (CUPS)
[edit] Overview
The Common Unix Printing System, abbreviated CUPS, is an API for providing printer services across different flavors of UNIX/Linux.
[edit] Reference
- Wikipedia
- official web site
- Local manual pages (should work if you have CUPS running; searchable):
[edit] Related Pages
[edit] Concepts
- class: a group of printers wherein the first available printer will accept each job sent to the class.
- job: a particular document submitted for printing by a particular client (machine) to a particular printer
- queue: a list of documents to be printed by a particular printer or class
- printer
[edit] Error Messages
There doesn't seem to be any catalog on the CUPS site of possible error messages and what they mean.
- cupsdAuthorize:
- Local authentication certificate not found!
[edit] Commands
To restart CUPS (on Ubuntu and similar distros, anyway) is:
invoke-rc.d cupsys restart

