source: pst/printing/cups/cups-desc.xml@ 3f16459

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_0 v5_0-pre1 v5_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3f16459 was 3f16459, checked in by Igor Živković <igor@…>, 21 years ago

update to cups-1.1.19

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1077 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.5 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para><acronym>CUPS</acronym> provides
5<command>accept</command>,
6<command>cupsaddsmb</command>,
7<command>cupsd</command>,
8<command>cupstestppd</command>,
9<command>lpadmin</command>,
10<command>lpc</command>,
11<command>lpinfo</command>,
12<command>lpmove</command>,
13<command>reject</command>,
14<command>cancel</command>,
15<command>cups-config</command>,
16<command>disable</command>,
17<command>enable</command>,
18<command>lp</command>,
19<command>lpoptions</command>,
20<command>lppasswd</command>,
21<command>lpq</command>,
22<command>lpr</command>,
23<command>lprm</command>,
24<command>lpstat</command>,
25<filename class="libraryfile">libcups</filename>,
26<filename class="libraryfile">libcupsimage</filename> and various
27scripts and filters.</para>
28
29<sect3><title>lpc</title>
30<para><command>lpc</command> provides limited control over printer
31and class queues provided by <acronym>CUPS</acronym>.</para></sect3>
32
33<sect3><title>cupsd</title>
34<para><command>cupsd</command> is the scheduler for the Common UNIX Printing System.
35</para></sect3>
36
37<sect3><title>accept</title>
38<para><command>accept</command> instructs the printing system to accept print jobs to the specified
39destinations.
40</para></sect3>
41
42<sect3><title>reject</title>
43<para><command>reject</command> reject instructs the printing system to
44reject print jobs to the specified destinations.
45</para></sect3>
46
47<sect3><title>cupsaddsmb</title>
48<para><command>cupsaddsmb</command> exports printers to the SAMBA software for
49use with Windows clients.
50</para></sect3>
51
52<sect3><title>lpadmin</title>
53<para><command>lpadmin</command> configures printer and class queues provided by
54<acronym>CUPS</acronym>.
55</para></sect3>
56
57<sect3><title>lpinfo</title>
58<para><command>lpinfo</command> lists the available devices or drivers known to
59the <acronym>CUPS</acronym> server.
60</para></sect3>
61
62<sect3><title>lpmove</title>
63<para><command>lpmove</command> moves the specified job to a new destination.
64</para></sect3>
65
66<sect3><title>cupstestppd</title>
67<para><command>cupstestppd</command> tests the conformance of <acronym>PPD</acronym> files.
68</para></sect3>
69
70<sect3><title>lpq</title>
71<para><command>lpq</command> shows the current print queue status on the named printer.
72</para></sect3>
73
74<sect3><title>lpr</title>
75<para><command>lpr</command> submits files for printing.
76</para></sect3>
77
78<sect3><title>lprm</title>
79<para><command>lprm</command> cancels print jobs that have been queued for printing.
80</para></sect3>
81
82<sect3><title>cancel</title>
83<para><command>cancel</command> cancels existing print jobs.
84</para></sect3>
85
86<sect3><title>disable</title>
87<para><command>disable</command> stops the named printers or classes.
88</para></sect3>
89
90<sect3><title>enable</title>
91<para><command>enable</command> starts the named printers or classes.
92</para></sect3>
93
94<sect3><title>lp</title>
95<para><command>lp</command> submits files for printing or alters a pending job.
96</para></sect3>
97
98<sect3><title>lpoptions</title>
99<para><command>lpoptions</command> displays or sets printer options and defaults.
100</para></sect3>
101
102<sect3><title>lpstat</title>
103<para><command>lpstat</command> displays status information about the
104current classes, jobs, and printers.</para></sect3>
105
106<sect3><title>lppasswd</title>
107<para><command>lppasswd</command> adds, changes or deletes passwords in
108the <acronym>CUPS</acronym> digest password file <filename>passwd.md5</filename>.
109</para></sect3>
110
111<sect3><title>cups-config</title>
112<para><command>cups-config</command> is the <acronym>CUPS</acronym> program configuration utility.
113</para></sect3>
114
115</sect2>
Note: See TracBrowser for help on using the repository browser.