Changeset 2435 for pykota/trunk/man/es
- Timestamp:
- 09/08/05 23:57:29 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/man/es/pkturnkey.1
r2433 r2435 2 2 .TH PKTURNKEY "1" "septembre 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands" 3 3 .SH NOM 4 pkturnkey \- page de manuel de pkturnkey 1.23alpha2 7_unofficial4 pkturnkey \- page de manuel de pkturnkey 1.23alpha28_unofficial 5 5 .SH DESCRIPTION 6 pkturnkey v1.23alpha2 7_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com6 pkturnkey v1.23alpha28_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com 7 7 .PP 8 8 A turn key tool for PyKota. When launched, this command will initialize … … 23 23 Prints this message then exits. 24 24 .TP 25 \fB\-d\fR | \fB\-\-dousers\fR 26 Manages users accounts as well. 27 .TP 28 \fB\-D\fR | \fB\-\-dogroups\fR 29 Manages users groups as well. 30 Implies \fB\-d\fR | \fB\-\-dousers\fR. 31 .TP 32 \fB\-e\fR | \fB\-\-emptygroups\fR 33 Includes empty groups. 34 .TP 25 35 \fB\-f\fR | \fB\-\-force\fR 26 36 Modifies the database instead of printing what … … 32 42 uid will be used automatically. 33 43 If not set, 0 will be used automatically. 44 Implies \fB\-d\fR | \fB\-\-dousers\fR. 34 45 .TP 35 46 \fB\-U\fR | \fB\-\-uidmax\fR uid … … 38 49 uid will be used automatically. 39 50 If not set, a large value will be used automatically. 51 Implies \fB\-d\fR | \fB\-\-dousers\fR. 52 .TP 53 \fB\-g\fR | \fB\-\-gidmin\fR gid 54 Only adds groups whose gid is greater than or equal to 55 gid. You can pass a groupname there as well, and its 56 gid will be used automatically. 57 If not set, 0 will be used automatically. 58 Implies \fB\-D\fR | \fB\-\-dogroups\fR. 59 .TP 60 \fB\-G\fR | \fB\-\-gidmax\fR gid 61 Only adds groups whose gid is lesser than or equal to 62 gid. You can pass a groupname there as well, and its 63 gid will be used automatically. 64 If not set, a large value will be used automatically. 65 Implies \fB\-D\fR | \fB\-\-dogroups\fR. 40 66 .PP 41 67 examples : 42 68 .IP 43 \f(CW$ pkturnkey -- uidmin jerome\fR69 \f(CW$ pkturnkey --dousers --uidmin jerome\fR 44 70 .IP 45 71 Will simulate the initialization of PyKota's database will all existing 46 72 printers and print accounts for all users whose uid is greater than 47 or equal to jerome's one. 73 or equal to jerome's one. Won't manage any users group. 74 .IP 48 75 To REALLY initialize the database instead of simulating it, please 49 76 use the \fB\-f\fR | \fB\-\-force\fR command line switch.