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

cupsenable — Start printers and classes. Note: Destination is referred as a printer or a class of printers. See a

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

Problem

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

Solution

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

Start one or more destination(s):
cupsenable {{destination1 destination2 ...}}


Resume printing of pending jobs of a destination (use after cupsdisable with --hold):
cupsenable --release {{destination}}


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

Code Snippets

Start one or more destination(s)

cupsenable {{destination1 destination2 ...}}

Resume printing of pending jobs of a destination (use after `cupsdisable` with `--hold`)

cupsenable --release {{destination}}

Cancel all jobs of the specified destination(s)

cupsenable -c {{destination1 destination2 ...}}

Context

tldr-pages: common/cupsenable

Revisions (0)

No revisions yet.