1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-15 11:15:24 +02:00
tldr/pages/common/cupsreject.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

561 B

cupsreject

Reject jobs sent to printers. Note: Destination is referred as a printer or a class of printers. See also: cupsaccept, cupsenable, cupsdisable, lpstat. More information: https://www.cups.org/doc/man-cupsaccept.html.

  • Reject print jobs to the specified destinations:

cupsreject {{destination1 destination2 ...}}

  • Specify a different server:

cupsreject -h {{server}} {{destination1 destination2 ...}}

  • Specify a reason string ("Reason Unknown" by default):

cupsreject -r {{reason}} {{destination1 destination2 ...}}