1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/cupsdisable.md
K.B.Dharun Krishna 1de9190d63
pages.*: standardize capitalization in note term (#12195)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-05 12:34:49 +05:30

14 lines
449 B
Markdown

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