mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
20 lines
538 B
Plaintext
20 lines
538 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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 ...}}`
|