1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 02:15:23 +02:00
tldr/pages/common/cupsaccept.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03:00

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