From 0a9d38b89c82437e2be17c4aa855625db0476606 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:40:36 -0300 Subject: [PATCH] cups: add page (#11844) Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/cups.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/cups.md diff --git a/pages/common/cups.md b/pages/common/cups.md new file mode 100644 index 000000000..b4a4611ed --- /dev/null +++ b/pages/common/cups.md @@ -0,0 +1,25 @@ +# CUPS + +> Open source printing system. +> CUPS isn't a single command, but a set of commands. +> More information: . + +- View documentation for running the CUPS daemon: + +`tldr cupsd` + +- View documentation for managing printers: + +`tldr lpadmin` + +- View documentation for printing files: + +`tldr lp` + +- View documentation for checking status information about the current classes, jobs, and printers: + +`tldr lpstat` + +- View documentation for cancelling print jobs: + +`tldr lprm`