1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00
tldr/pages/common/cupsaccept.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

445 B

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