HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

CUPS — Open source printing system. Note: CUPS isn't a command, but a set of commands. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandnotesourcecliopenprintingcupssystem

Problem

How to use the CUPS command: Open source printing system. Note: CUPS isn't a command, but a set of commands. More information: <https://www.cups.org/index.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/CUPS

Revisions (0)

No revisions yet.