snippetbashTip
lpstat — Display status information about the current classes, jobs, and printers. More information: <https:/
Viewed 0 times
thelpstatcommandstatuscliinformationaboutdisplay
macos
Problem
How to use the
lpstat command: Display status information about the current classes, jobs, and printers. More information: <https://keith.github.io/xcode-man-pages/lpstat.1.html>.Solution
lpstat — Display status information about the current classes, jobs, and printers. More information: <https://keith.github.io/xcode-man-pages/lpstat.1.html>.Show a long listing of printers, classes, and jobs:
lpstat -lForce encryption when connecting to the CUPS server:
lpstat -EShow the ranking of print jobs:
lpstat -RShow whether or not the CUPS server is running:
lpstat -rShow all status information:
lpstat -tCode Snippets
Show a long listing of printers, classes, and jobs
lpstat -lForce encryption when connecting to the CUPS server
lpstat -EShow the ranking of print jobs
lpstat -RShow whether or not the CUPS server is running
lpstat -rShow all status information
lpstat -tContext
tldr-pages: osx/lpstat
Revisions (0)
No revisions yet.