mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 10:52:07 +00:00
Update cheatsheets
This commit is contained in:
19
cupsdisable
Normal file
19
cupsdisable
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 ...}}`
|
||||
Reference in New Issue
Block a user