cups-config, cupsd, lpinfo: add page (#6623)

This commit is contained in:
Reinhart Previano Koentjoro
2021-10-19 23:54:59 +07:00
committed by GitHub
parent 7d92295ce7
commit 79591fecf6
3 changed files with 76 additions and 0 deletions

16
pages/common/lpinfo.md Normal file
View 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`