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