From d6decf8175f09b9563c55ad747f4d2e99af7962c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 20 Oct 2022 10:16:03 -0300 Subject: [PATCH] lpstat: add page (#9119) --- pages/osx/lpstat.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/osx/lpstat.md diff --git a/pages/osx/lpstat.md b/pages/osx/lpstat.md new file mode 100644 index 0000000000..b58b0fbc07 --- /dev/null +++ b/pages/osx/lpstat.md @@ -0,0 +1,24 @@ +# lpstat + +> Display status information about the current classes, jobs, and printers. +> More information: . + +- Show a long listing of printers, classes, and jobs: + +`lpstat -l` + +- Force encryption when connecting to the CUPS server: + +`lpstat -E` + +- Show the ranking of print jobs: + +`lpstat -R` + +- Show whether or not the CUPS server is running: + +`lpstat -r` + +- Show all status information: + +`lpstat -t`