1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 13:42:07 +02:00
tldr/pages/common/lpstat.md

378 B

lpstat

Show status information about printers. More information: https://manned.org/lpstat.

  • List printers present on the machine and whether they are enabled for printing:

lpstat -p

  • Show the default printer:

lpstat -d

  • Display all available status information:

lpstat -t

  • Show a list of print jobs queued by the specified user:

lpstat -u {{user}}