1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. |
---|
2 | .TH EDPYKOTA "1" "d�mbre 2006" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" |
---|
3 | .SH NOM |
---|
4 | edpykota \- page de manuel de edpykota 1.25_unofficial |
---|
5 | .SH DESCRIPTION |
---|
6 | edpykota v1.25_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com |
---|
7 | .PP |
---|
8 | A Print Quota editor for PyKota. |
---|
9 | .PP |
---|
10 | command line usage : |
---|
11 | .IP |
---|
12 | edpykota [options] user1 user2 ... userN |
---|
13 | .IP |
---|
14 | edpykota [options] group1 group2 ... groupN |
---|
15 | .PP |
---|
16 | options : |
---|
17 | .TP |
---|
18 | \fB\-v\fR | \fB\-\-version\fR |
---|
19 | Prints edpykota's version number then exits. |
---|
20 | .TP |
---|
21 | \fB\-h\fR | \fB\-\-help\fR |
---|
22 | Prints this message then exits. |
---|
23 | .TP |
---|
24 | \fB\-a\fR | \fB\-\-add\fR |
---|
25 | Adds users or groups print quota entries if |
---|
26 | they don't exist in database. |
---|
27 | .TP |
---|
28 | \fB\-d\fR | \fB\-\-delete\fR |
---|
29 | Deletes users or groups print quota entries. |
---|
30 | Users or groups are never deleted, you have |
---|
31 | to use the pkusers command to delete them. |
---|
32 | The history will be purge from all matching |
---|
33 | jobs, unless \fB\-g\fR | \fB\-\-groups\fR is used. |
---|
34 | .TP |
---|
35 | \fB\-P\fR | \fB\-\-printer\fR p |
---|
36 | Edit quotas on printer p only. Actually p can |
---|
37 | use wildcards characters to select only |
---|
38 | some printers. The default value is *, meaning |
---|
39 | all printers. |
---|
40 | You can specify several names or wildcards, |
---|
41 | by separating them with commas. |
---|
42 | .TP |
---|
43 | \fB\-g\fR | \fB\-\-groups\fR |
---|
44 | Edit groups print quota entries instead of |
---|
45 | users print quota entries. |
---|
46 | .TP |
---|
47 | \fB\-L\fR | \fB\-\-list\fR |
---|
48 | Lists users or groups print quota entries. |
---|
49 | .TP |
---|
50 | \fB\-n\fR | \fB\-\-noquota\fR |
---|
51 | Sets both soft and hard limits to None for users |
---|
52 | or groups print quota entries. |
---|
53 | .TP |
---|
54 | \fB\-r\fR | \fB\-\-reset\fR |
---|
55 | Resets the actual page counter for the user |
---|
56 | or group to zero on the specified printers. |
---|
57 | The life time page counter is kept unchanged. |
---|
58 | .TP |
---|
59 | \fB\-R\fR | \fB\-\-hardreset\fR |
---|
60 | Resets the actual and life time page counters |
---|
61 | for the user or group to zero on the specified |
---|
62 | printers. This is a shortcut for '\-\-used 0'. |
---|
63 | .TP |
---|
64 | \fB\-s\fR | \fB\-\-skipexisting\fR |
---|
65 | In combination with the \fB\-\-add\fR option above, tells |
---|
66 | edpykota to not modify existing print quota entries. |
---|
67 | .TP |
---|
68 | \fB\-S\fR | \fB\-\-softlimit\fR sl |
---|
69 | Sets the quota soft limit to sl pages. |
---|
70 | .TP |
---|
71 | \fB\-H\fR | \fB\-\-hardlimit\fR hl |
---|
72 | Sets the quota hard limit to hl pages. |
---|
73 | .TP |
---|
74 | \fB\-I\fR | \fB\-\-increase\fR v |
---|
75 | Increase existing Soft and Hard limits by the value |
---|
76 | of v. You can prefix v with + or \-, if no sign is |
---|
77 | used, + is assumed. |
---|
78 | .TP |
---|
79 | \fB\-U\fR | \fB\-\-used\fR u |
---|
80 | Sets the page counters for the user u pages on |
---|
81 | the selected printers. Doesn't work for groups, since |
---|
82 | their page counters are the sum of all their members' |
---|
83 | page counters. |
---|
84 | Useful for migrating users from a different system |
---|
85 | where they have already used some pages. Actual |
---|
86 | and Life Time page counters may be increased or decreased |
---|
87 | if u is prefixed with + or \-. |
---|
88 | WARNING : BOTH page counters are modified in all cases, |
---|
89 | so be careful. |
---|
90 | NB : if u equals '0', then the action taken is |
---|
91 | the same as if \fB\-\-hardreset\fR was used. |
---|
92 | .IP |
---|
93 | user1 through userN and group1 through groupN can use wildcards |
---|
94 | if the \fB\-\-add\fR option is not set. |
---|
95 | .PP |
---|
96 | examples : |
---|
97 | .IP |
---|
98 | \f(CW$ edpykota --add john paul george ringo\fR |
---|
99 | .IP |
---|
100 | This will create print quota entries for users john, paul, george |
---|
101 | and ringo on all printers. These print quota entries will have no |
---|
102 | limit set. |
---|
103 | .IP |
---|
104 | \f(CW$ edpykota --printer lp -S 50 -H 60 jerome\fR |
---|
105 | .IP |
---|
106 | This will set jerome's print quota on the lp printer to a soft limit |
---|
107 | of 50 pages, and a hard limit of 60 pages. Both user jerome and |
---|
108 | printer lp have been previously created with the pkusers and pkprinters |
---|
109 | commands, respectively. |
---|
110 | .IP |
---|
111 | \f(CW$ edpykota -g -S 500 -H 550 financial support\fR |
---|
112 | .IP |
---|
113 | This will set print quota soft limit to 500 pages and hard limit |
---|
114 | to 550 pages for groups financial and support on all printers. |
---|
115 | .IP |
---|
116 | \f(CW$ edpykota --reset jerome "jo*"\fR |
---|
117 | .IP |
---|
118 | This will reset jerome's page counter to zero on all printers, as |
---|
119 | well as every user whose name begins with 'jo'. |
---|
120 | Their life time page counter on each printer will be kept unchanged. |
---|
121 | You can also reset the life time page counters by using the |
---|
122 | \fB\-\-hardreset\fR | \fB\-R\fR command line option. |
---|
123 | .IP |
---|
124 | \f(CW$ edpykota --printer hpcolor --noquota jerome\fR |
---|
125 | .IP |
---|
126 | This will tell PyKota to not limit jerome when printing on the |
---|
127 | hpcolor printer. All his jobs will be allowed on this printer, but |
---|
128 | accounting of the pages he prints will still be kept. |
---|
129 | Print Quotas for jerome on other printers are unchanged. |
---|
130 | .IP |
---|
131 | \f(CW$ edpykota --delete --printer "HP*,XER*" jerome rachel\fR |
---|
132 | .IP |
---|
133 | This will delete users jerome and rachel's print quota |
---|
134 | entries on all printers which name begin with 'HP' or |
---|
135 | \&'XER'. The jobs printed by these users on these printers |
---|
136 | will be deleted from the history. |
---|
137 | .PP |
---|
138 | This program is free software; you can redistribute it and/or modify |
---|
139 | it under the terms of the GNU General Public License as published by |
---|
140 | the Free Software Foundation; either version 2 of the License, or |
---|
141 | (at your option) any later version. |
---|
142 | .PP |
---|
143 | This program is distributed in the hope that it will be useful, |
---|
144 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
145 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
146 | GNU General Public License for more details. |
---|
147 | .PP |
---|
148 | You should have received a copy of the GNU General Public License |
---|
149 | along with this program; if not, write to the Free Software |
---|
150 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA. |
---|
151 | .PP |
---|
152 | Please report bugs to : Jerome Alet \- alet@librelogiciel.com |
---|