tldr/pages/common/lpstat.md

20 lines
328 B
Markdown
Raw Normal View History

# lpstat
2015-12-06 21:55:51 +00:00
> show status information about printers
- List printers present on the machine and whether they are enabled for printing.
`lpstat -p`
2015-12-06 21:55:51 +00:00
- Show the default printer.
`lpstat -d`
2015-12-06 21:55:51 +00:00
- Display all available status information.
`lpstat -t`
- Show a list of print jobs queued by the specified user.
`lpstat -u {{user}}`