cups-config, cupsd, lpinfo: add page (#6623)
This commit is contained in:

committed by
GitHub

parent
7d92295ce7
commit
79591fecf6
16
pages/common/lpinfo.md
Normal file
16
pages/common/lpinfo.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# lpinfo
|
||||
|
||||
> List connected printers and installed drivers for the CUPS print server.
|
||||
> More information: <https://www.cups.org/doc/man-lpinfo.html>.
|
||||
|
||||
- List all the currently connected printers:
|
||||
|
||||
`lpinfo -v`
|
||||
|
||||
- List all the currently installed printer drivers:
|
||||
|
||||
`lpinfo -m`
|
||||
|
||||
- Search installed printer drivers by make and model:
|
||||
|
||||
`lpinfo --make-and-model "{{printer_model}}" -m`
|
Reference in New Issue
Block a user