2015-12-01 02:44:01 +00:00
|
|
|
# lpstat
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Show status information about printers.
|
2021-09-23 19:34:23 +01:00
|
|
|
> More information: <https://manned.org/lpstat>.
|
2015-12-01 02:44:01 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- List printers present on the machine and whether they are enabled for printing:
|
2015-12-01 02:44:01 +00:00
|
|
|
|
|
|
|
`lpstat -p`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Show the default printer:
|
2015-12-01 02:44:01 +00:00
|
|
|
|
|
|
|
`lpstat -d`
|
2015-12-06 21:55:51 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Display all available status information:
|
2015-12-06 21:55:51 +00:00
|
|
|
|
|
|
|
`lpstat -t`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Show a list of print jobs queued by the specified user:
|
2015-12-06 21:55:51 +00:00
|
|
|
|
|
|
|
`lpstat -u {{user}}`
|