Changeset 1441 for pykota/trunk/FAQ

Show
Ignore:
Timestamp:
04/20/04 17:17:14 (20 years ago)
Author:
jalet
Message:

New info wrt creating printers and printers groups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/FAQ

    r1412 r1441  
    153153  * How can I create a printer group ?    
    154154   
    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 
    156158  
    157159  * How can I put a printer into a printer group ? 
    158160   
    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. 
    167166     
    168167  * How quota checking and update is done with printer groups ?