1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. |
---|
2 | .TH EDPYKOTA "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NOM |
---|
4 | edpykota \- page de manuel de edpykota (PyKota) 1.27alpha7_unofficial |
---|
5 | .SH SYNOPSIS |
---|
6 | .B edpykota |
---|
7 | [\fIoptions\fR] [\fIusernames|groupnames\fR] |
---|
8 | .SH DESCRIPTION |
---|
9 | Manages PyKota print quota entries for users or users groups. A print quota |
---|
10 | entry is related to both an user and a printer, or to both a group and a |
---|
11 | printer, meaning that for example different users can have different page |
---|
12 | count limits on the same printer. If an user doesn't have a print quota entry |
---|
13 | on a particular printer, he won't be allowed to print to it. |
---|
14 | .SH OPTIONS |
---|
15 | .TP |
---|
16 | \fB\-h\fR, \fB\-\-help\fR |
---|
17 | show this help message and exit. |
---|
18 | .TP |
---|
19 | \fB\-v\fR, \fB\-\-version\fR |
---|
20 | show the version number and exit. |
---|
21 | .TP |
---|
22 | \fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR |
---|
23 | loads additional options and arguments from a file, |
---|
24 | one per line. |
---|
25 | .TP |
---|
26 | \fB\-a\fR, \fB\-\-add\fR |
---|
27 | Add new, or modify existing, users or groups print |
---|
28 | quota entries. |
---|
29 | .TP |
---|
30 | \fB\-d\fR, \fB\-\-delete\fR |
---|
31 | Delete the specified users or groups print quota |
---|
32 | entries. When deleting users print quota entries, the |
---|
33 | matching jobs are also deleted from the printing |
---|
34 | history. |
---|
35 | .TP |
---|
36 | \fB\-S\fR SOFTLIMIT, \fB\-\-softlimit\fR=\fISOFTLIMIT\fR |
---|
37 | Set the soft page count limit for the specified print |
---|
38 | quota entries. Users can print over this limit for a |
---|
39 | number of days specified in the 'gracedelay' directive |
---|
40 | in pykota.conf |
---|
41 | .TP |
---|
42 | \fB\-H\fR HARDLIMIT, \fB\-\-hardlimit\fR=\fIHARDLIMIT\fR |
---|
43 | Set the hard page count limit for the specified print |
---|
44 | quota entries. Users are never allowed to print over |
---|
45 | this limit. |
---|
46 | .TP |
---|
47 | \fB\-g\fR, \fB\-\-groups\fR |
---|
48 | Manage groups print quota entries instead of users |
---|
49 | print quota entries. |
---|
50 | .TP |
---|
51 | \fB\-I\fR INCREASE, \fB\-\-increase\fR=\fIINCREASE\fR |
---|
52 | Increase the existing soft and hard page count limits |
---|
53 | for the specified print quota entries. You can |
---|
54 | decrease the values instead by prefixing this |
---|
55 | parameter with a negative sign. |
---|
56 | .TP |
---|
57 | \fB\-L\fR, \fB\-\-list\fR |
---|
58 | Display detailed informations about the specified |
---|
59 | users or groups print quota entries. |
---|
60 | .TP |
---|
61 | \fB\-n\fR, \fB\-\-noquota\fR |
---|
62 | Set no limit for both soft and hard page counts for |
---|
63 | the specified users or groups print quota entries. |
---|
64 | .TP |
---|
65 | \fB\-P\fR PRINTER, \fB\-\-printer\fR=\fIPRINTER\fR |
---|
66 | Specify a comma separated list of printers you want to |
---|
67 | manage print quota entries on. The default is '*', |
---|
68 | meaning all printers. |
---|
69 | .TP |
---|
70 | \fB\-r\fR, \fB\-\-reset\fR |
---|
71 | Reset the actual page counter for the specified users |
---|
72 | print quota entries (doesn't work for groups print |
---|
73 | quota entries). The life time page counter is left |
---|
74 | unchanged. |
---|
75 | .TP |
---|
76 | \fB\-R\fR, \fB\-\-hardreset\fR |
---|
77 | Reset the actual and life time page counters for the |
---|
78 | specified users print quota entries (doesn't work for |
---|
79 | groups print quota entries). This is a shortcut for |
---|
80 | \fB\-\-used\fR 0. |
---|
81 | .TP |
---|
82 | \fB\-s\fR, \fB\-\-skipexisting\fR |
---|
83 | If \fB\-\-add\fR is used, ensure that existing users or groups |
---|
84 | print quota entries won't be modified. |
---|
85 | .TP |
---|
86 | \fB\-U\fR USED, \fB\-\-used\fR=\fIUSED\fR |
---|
87 | Set the values of both the actual and life time page |
---|
88 | counters for the specified users print quota entries |
---|
89 | (doesn't work for groups print quota entries). This |
---|
90 | can be useful when migrating from a different print |
---|
91 | quota software. The values can also be increased or |
---|
92 | decreased by prefixing this parameter with either a |
---|
93 | positive or negative sign. |
---|
94 | .SS "examples:" |
---|
95 | .IP |
---|
96 | edpykota \fB\-\-add\fR john paul george ringo |
---|
97 | Would create print quota entries with no page count limits for these four |
---|
98 | users on all existing printers. |
---|
99 | .IP |
---|
100 | edpykota \fB\-\-printer\fR HP \fB\-\-softlimit\fR 50 \fB\-\-hardlimit\fR 60 jerome |
---|
101 | Would allow user 'jerome' to print up to 60 pages on printer 'HP'. This |
---|
102 | user would be warned when he would have reached 50 pages on this printer. |
---|
103 | Both the user and printer must have been created previously using the |
---|
104 | pkusers and pkprinters commands, respectively. |
---|
105 | .IP |
---|
106 | edpykota \fB\-\-groups\fR \fB\-\-softlimit\fR 500 \fB\-\-hardlimit\fR 600 support financial |
---|
107 | Would set soft and hard page count limits on any printer for groups |
---|
108 | \&'support' and 'financial'. |
---|
109 | .IP |
---|
110 | edpykota \fB\-\-reset\fR \fB\-\-printer\fR HP jerome "jo*" |
---|
111 | Would reset the actual page counter for users 'jerome' and all users whose |
---|
112 | name begins with 'jo' on printer 'HP'. |
---|
113 | .IP |
---|
114 | edpykota \fB\-\-printer\fR HPCOLOR \fB\-\-noquota\fR jerome |
---|
115 | Would allow this user to print without any page limit on printer |
---|
116 | \&'HPCOLOR'. Depending on how this user is limited, he may still be subject |
---|
117 | to being limited by the number of available credits in his account. |
---|
118 | .IP |
---|
119 | edpykota \fB\-\-add\fR \fB\-\-skipexisting\fR |
---|
120 | Would create a print quota entry for each user on each printer for which |
---|
121 | none already existed. You'll most likely want to use this command at least |
---|
122 | once after initial setup. |
---|
123 | .SS "licensing terms:" |
---|
124 | .IP |
---|
125 | (c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com |
---|
126 | This program is free software: you can redistribute it and/or modify it |
---|
127 | under the terms of the GNU General Public License as published by the Free |
---|
128 | Software Foundation, either version 3 of the License, or (at your option) |
---|
129 | any later version. |
---|
130 | .IP |
---|
131 | This program is distributed in the hope that it will be useful, but |
---|
132 | WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
---|
133 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
---|
134 | for more details. |
---|
135 | .IP |
---|
136 | You should have received a copy of the GNU General Public License along |
---|
137 | with this program. If not, see <http://www.gnu.org/licenses/>. |
---|