1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/lpstat.md

21 lines
402 B
Markdown
Raw Normal View History

# lpstat
> Bekijk de status informatie over printers.
> Meer informatie: <https://manned.org/lpstat>.
- Toon alle printers op de machine en of deze ingeschakeld zijn om te printen:
`lpstat -p`
- Toon de standaard printer:
`lpstat -d`
- Toon alle beschikbare status informatie:
`lpstat -t`
- Toon een lijst van printtaken in de wachtrij voor een specifieke gebruiker:
`lpstat -u {{gebruiker}}`