HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

cupsreject — Reject jobs sent to printers. Note: Destination is referred as a printer or a class of printers. See

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandprintersnoterejectsentclijobscupsreject

Problem

How to use the cupsreject command: 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>.

Solution

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 ...}}

Code Snippets

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 ...}}

Context

tldr-pages: common/cupsreject

Revisions (0)

No revisions yet.