2015-12-01 02:44:01 +00:00
|
|
|
# lpstat
|
|
|
|
|
2015-12-06 21:55:51 +00:00
|
|
|
> show status information about printers
|
2015-12-01 02:44:01 +00:00
|
|
|
|
|
|
|
- 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.
|
2015-12-01 02:44:01 +00:00
|
|
|
|
|
|
|
`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}}`
|