Преглед изворни кода

cups: add page (#11844)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Vitor Henrique пре 1 година
родитељ
комит
0a9d38b89c
1 измењених фајлова са 25 додато и 0 уклоњено
  1. 25 0
      pages/common/cups.md

+ 25 - 0
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: <https://www.cups.org/index.html>.
+
+- 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`