]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/help/man-classes.conf.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-classes.conf.html
CommitLineData
c277f98c 1<!DOCTYPE HTML>
94436c5a
MS
2<html>
3<!-- SECTION: Man Pages -->
4<head>
5 <link rel="stylesheet" type="text/css" href="../cups-printable.css">
6 <title>classes.conf(5)</title>
7</head>
8<body>
9<h1 class="title">classes.conf(5)</h1>
10<h2 class="title"><a name="NAME">Name</a></h2>
11classes.conf - class configuration file for cups
12<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
13The <i>classes.conf</i> file defines the local printer classes that are
14available. It is normally located in the <i>/etc/cups</i> directory and
c277f98c 15is generated automatically by the <i>cupsd(8)</i> program when printer
94436c5a
MS
16classes are added or deleted.
17<p>Each line in the file can be a configuration directive, a blank line,
18or a comment. Comment lines start with the # character.
19<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
c277f98c
MS
20<p style="margin-left: 5.0em; text-indent: -5.0em">&lt;Class name> ... &lt;/Class>
21<br>
22<br>
23Defines a specific printer class.
24<p style="margin-left: 5.0em; text-indent: -5.0em">&lt;DefaultClass name> ... &lt;/Class>
25<br>
26<br>
27Defines a default printer class.
28<p style="margin-left: 5.0em; text-indent: -5.0em">Accepting Yes
29<br>
30<p style="margin-left: 5.0em; text-indent: -5.0em">Accepting No
31<br>
32<br>
33Specifies whether the printer is accepting new jobs.
34<p style="margin-left: 5.0em; text-indent: -5.0em">AllowUser [ user @group ... ]
35<br>
36<br>
37Allows specific users and groups to print to the printer.
38<p style="margin-left: 5.0em; text-indent: -5.0em">DenyUser [ user @group ... ]
39<br>
40<br>
41Prevents specific users and groups from printing to the printer.
42<p style="margin-left: 5.0em; text-indent: -5.0em">Info text
43<br>
44<br>
45Specifies human-readable text describing the printer.
46<p style="margin-left: 5.0em; text-indent: -5.0em">JobSheets banner banner
47<br>
48<br>
49Specifies the banner pages to use for the printer.
50<p style="margin-left: 5.0em; text-indent: -5.0em">KLimit number
51<br>
52<br>
53Specifies the job-k-limit value for the printer.
54<p style="margin-left: 5.0em; text-indent: -5.0em">Location text
55<br>
56<br>
57Specifies human-readable text describing the location of the printer.
58<p style="margin-left: 5.0em; text-indent: -5.0em">OpPolicy name
59<br>
60<br>
61Specifies the operation policy for the printer.
62<p style="margin-left: 5.0em; text-indent: -5.0em">PageLimit number
63<br>
64<br>
65Specifies the job-page-limit value for the printer.
66<p style="margin-left: 5.0em; text-indent: -5.0em">Printer
67<br>
68<br>
69Specifies a printer that is a member of the printer class.
70<p style="margin-left: 5.0em; text-indent: -5.0em">QuotaPeriod seconds
71<br>
72<br>
73Specifies the job-quota-period value for the printer.
74<p style="margin-left: 5.0em; text-indent: -5.0em">Shared Yes
75<br>
76<p style="margin-left: 5.0em; text-indent: -5.0em">Shared No
77<br>
78<br>
79Specifies whether the printer is shared.
80<p style="margin-left: 5.0em; text-indent: -5.0em">State idle
81<br>
82<p style="margin-left: 5.0em; text-indent: -5.0em">State stopped
83<br>
84<br>
85Specifies the initial state of the printer (Idle or Stopped)
86<p style="margin-left: 5.0em; text-indent: -5.0em">StateMessage text
87<br>
88<br>
89Specifies the message associated with the state.
90<p style="margin-left: 5.0em; text-indent: -5.0em">StateTime seconds
91<br>
92<br>
93Specifies the date/time associated with the state.
94436c5a 94<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
c277f98c
MS
95<i>cupsd(8)</i>, <i>cupsd.conf(5)</i>, <i>mime.convs(5)</i>,
96<i>mime.types(5)</i>, <i>printers.conf(5)</i>,
94436c5a 97<br>
c277f98c 98<a href="http://localhost:631/help">http://localhost:631/help</a>
94436c5a
MS
99<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
100Copyright 2007-2013 by Apple Inc.
101
102</body>
103</html>