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

cupsaccept — Accept jobs sent to destinations. Note: Destination is referred as a printer or a class of printers.

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

Problem

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

Solution

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

Code Snippets

Accept print jobs to the specified destinations

cupsaccept {{destination1 destination2 ...}}

Specify a different server

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

Context

tldr-pages: common/cupsaccept

Revisions (0)

No revisions yet.