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

cupsdisable — Stop printers and classes. Note: Destination is referred as a printer or a class of printers. See al

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

Problem

How to use the cupsdisable command: Stop printers and classes. Note: Destination is referred as a printer or a class of printers. See also: cupsenable, cupsaccept, cupsreject, lpstat. More information: <https://openprinting.github.io/cups/doc/man-cupsenable.html>.

Solution

cupsdisable — Stop printers and classes. Note: Destination is referred as a printer or a class of printers. See also: cupsenable, cupsaccept, cupsreject, lpstat. More information: <https://openprinting.github.io/cups/doc/man-cupsenable.html>.

Stop one or more destination(s):
cupsdisable {{destination1 destination2 ...}}


Cancel all jobs of the specified destination(s):
cupsdisable -c {{destination1 destination2 ...}}

Code Snippets

Stop one or more destination(s)

cupsdisable {{destination1 destination2 ...}}

Cancel all jobs of the specified destination(s)

cupsdisable -c {{destination1 destination2 ...}}

Context

tldr-pages: common/cupsdisable

Revisions (0)

No revisions yet.