mirror of https://github.com/CrimsonTome/tldr.git
15 lines
445 B
Markdown
15 lines
445 B
Markdown
# cupsaccept
|
|
|
|
> Accept jobs sent to destinations.
|
|
> Note: destination is referred as a printer or a class of printers.
|
|
> See also: `cupsreject`, `cupsenable`, `cupsdisable`, `lpstat`.
|
|
> More information: <https://www.cups.org/doc/man-cupsaccept.html>.
|
|
|
|
- Accept print jobs to the specified destinations:
|
|
|
|
`cupsaccept {{destination1 destination2 ...}}`
|
|
|
|
- Specify a different server:
|
|
|
|
`cupsaccept -h {{server}} {{destination1 destination2 ...}}`
|