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/cups.md
Vitor Henrique 0a9d38b89c
cups: add page (#11844)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-27 16:40:36 +01:00

25 lines
505 B
Markdown

# CUPS
> Open source printing system.
> CUPS isn't a single command, but a set of commands.
> More information: <https://www.cups.org/index.html>.
- View documentation for running the CUPS daemon:
`tldr cupsd`
- View documentation for managing printers:
`tldr lpadmin`
- View documentation for printing files:
`tldr lp`
- View documentation for checking status information about the current classes, jobs, and printers:
`tldr lpstat`
- View documentation for cancelling print jobs:
`tldr lprm`