2023-12-29 12:12:28 +00:00
|
|
|
# cupsaccept
|
|
|
|
|
2024-01-25 05:28:11 +00:00
|
|
|
> Accept jobs sent to destinations.
|
2024-02-05 07:04:49 +00:00
|
|
|
> Note: destination is referred as a printer or a class of printers.
|
2023-12-29 12:12:28 +00:00
|
|
|
> 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 ...}}`
|