mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 00:59:29 +00:00
Update cheatsheets
This commit is contained in:
21
lpinfo
Normal file
21
lpinfo
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lpinfo
|
||||
|
||||
> List connected printers and installed drivers for the CUPS print server.
|
||||
> More information: <https://openprinting.github.io/cups/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