mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
31 lines
597 B
Plaintext
31 lines
597 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# CUPS
|
|
|
|
> Open source printing system.
|
|
> Note: CUPS isn't a 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`
|