Changeset 1441 for pykota/trunk/FAQ
- Timestamp:
- 04/20/04 17:17:14 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/FAQ
r1412 r1441 153 153 * How can I create a printer group ? 154 154 155 Just use edpykota, like for normal printers. 155 Just use pkprinters, like for normal printers, then create 156 quota entries for users or users groups on it using the 157 edpykota command 156 158 157 159 * How can I put a printer into a printer group ? 158 160 159 Use the new -G|--pgroups command line option to edpykota 160 You can put sereval printers into several printers groups 161 in one command using the following syntax : 162 163 $ edpykota --pgroups pg1[,pg2,pg3,...] --printers p1[,p2,p3,...] 164 165 What is between square brackets is optional. 166 Both p1,p2 and pg1,pg2 can contain wildcards. 161 Use the pkprinters command to do this. 162 163 $ pkprinters --help 164 165 Will print the complete help and tell you how to do. 167 166 168 167 * How quota checking and update is done with printer groups ?