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
Sebastiaan Speck cfb9f90521
cups, cupsd, lp{admin, rm, stat}: add Dutch translation (#11885)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-28 16:41:01 +01:00

20 lines
402 B
Markdown

# 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}}`