How to display printer information, such as printer description or printer location using command line tools?
lpstat -t
lists printer names, classes and devices for printers, but it doesn’t list printer description or location. Is there a way to get this information without using http or GUI interface?
You can obtain this information with lpstat -l -p printername
.
[root@Valley ~]# lpstat -l -p zebra2
printer zebra2 is idle. enabled since Tue Jun 8 15:50:35 2010
Form mounted:
Content types: any
Printer types: unknown
Description: Zebra 105SL in shipping
Alerts: none
Location: Shipping
Connection: direct
On fault: no alert
After fault: continue
Users allowed:
(all)
Forms allowed:
(none)
Banner required
Charset sets:
(none)
Default pitch:
Default page size:
Default port settings:
Check more discussion of this question.