1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 09:38:01 +01:00
tldr/pages/common/lpstat.md

20 lines
328 B
Markdown
Raw Normal View History

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