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