mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
470 B
Markdown
25 lines
470 B
Markdown
![]() |
# lpstat
|
||
|
|
||
|
> Toon statusinformatie over de huidige klassen, printopdrachten en printers.
|
||
|
> Meer informatie: <https://keith.github.io/xcode-man-pages/lpstat.1.html>.
|
||
|
|
||
|
- Toon een lange lijst van printers, klassen en printopdrachten:
|
||
|
|
||
|
`lpstat -l`
|
||
|
|
||
|
- Forceer encryptie bij verbinding met de CUPS-server:
|
||
|
|
||
|
`lpstat -E`
|
||
|
|
||
|
- Toon de ranglijst van printopdrachten:
|
||
|
|
||
|
`lpstat -R`
|
||
|
|
||
|
- Toon of de CUPS-server wel of niet draait:
|
||
|
|
||
|
`lpstat -r`
|
||
|
|
||
|
- Toon alle statusinformatie:
|
||
|
|
||
|
`lpstat -t`
|