]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pw/pw.8
This commit was generated by cvs2svn to compensate for changes in r93139,
[FreeBSD/FreeBSD.git] / usr.sbin / pw / pw.8
1 .\" Copyright (C) 1996
2 .\" David L. Nugent.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY DAVID L. NUGENT AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL DAVID L. NUGENT OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd December 9, 1996
28 .Dt PW 8
29 .Os
30 .Sh NAME
31 .Nm pw
32 .Nd create, remove, modify & display system users and groups
33 .Sh SYNOPSIS
34 .Nm
35 .Op Fl V Ar etcdir
36 .Ar useradd
37 .Op name|uid
38 .Op Fl C Ar config
39 .Op Fl q
40 .Op Fl n Ar name
41 .Op Fl u Ar uid
42 .Op Fl c Ar comment
43 .Op Fl d Ar dir
44 .Op Fl e Ar date
45 .Op Fl p Ar date
46 .Op Fl g Ar group
47 .Op Fl G Ar grouplist
48 .Op Fl m
49 .Op Fl k Ar dir
50 .Op Fl s Ar shell
51 .Op Fl o
52 .Op Fl L Ar class
53 .Op Fl h Ar fd
54 .Op Fl N
55 .Op Fl P
56 .Op Fl Y
57 .Nm
58 .Op Fl V Ar etcdir
59 .Ar useradd
60 .Op name|uid
61 .Fl D
62 .Op Fl C Ar config
63 .Op Fl q
64 .Op Fl b Ar dir
65 .Op Fl e Ar days
66 .Op Fl p Ar days
67 .Op Fl g Ar group
68 .Op Fl G Ar grouplist
69 .Op Fl k Ar dir
70 .Op Fl u Ar min , Ns Ar max
71 .Op Fl i Ar min , Ns Ar max
72 .Op Fl w Ar method
73 .Op Fl s Ar shell
74 .Op Fl y Ar path
75 .Nm
76 .Op Fl V Ar etcdir
77 .Ar userdel
78 .Op name|uid
79 .Op Fl n Ar name
80 .Op Fl u Ar uid
81 .Op Fl r
82 .Op Fl Y
83 .Nm
84 .Op Fl V Ar etcdir
85 .Ar usermod
86 .Op name|uid
87 .Op Fl C Ar config
88 .Op Fl q
89 .Op Fl n Ar name
90 .Op Fl u Ar uid
91 .Op Fl c Ar comment
92 .Op Fl d Ar dir
93 .Op Fl e Ar date
94 .Op Fl p Ar date
95 .Op Fl g Ar group
96 .Op Fl G Ar grouplist
97 .Op Fl l Ar name
98 .Op Fl m
99 .Op Fl k Ar dir
100 .Op Fl w Ar method
101 .Op Fl s Ar shell
102 .Op Fl L Ar class
103 .Op Fl h Ar fd
104 .Op Fl N
105 .Op Fl P
106 .Op Fl Y
107 .Nm
108 .Op Fl V Ar etcdir
109 .Ar usershow
110 .Op name|uid
111 .Op Fl n Ar name
112 .Op Fl u Ar uid
113 .Op Fl F
114 .Op Fl P
115 .Op Fl a
116 .Nm
117 .Op Fl V Ar etcdir
118 .Ar usernext
119 .Op Fl C Ar config
120 .Op Fl q
121 .Nm
122 .Op Fl V Ar etcdir
123 .Ar groupadd
124 .Op group|gid
125 .Op Fl C Ar config
126 .Op Fl q
127 .Op Fl n Ar group
128 .Op Fl g Ar gid
129 .Op Fl M Ar members
130 .Op Fl o
131 .Op Fl h Ar fd
132 .Op Fl N
133 .Op Fl P
134 .Op Fl Y
135 .Nm
136 .Op Fl V Ar etcdir
137 .Ar groupdel
138 .Op group|gid
139 .Op Fl n Ar name
140 .Op Fl g Ar gid
141 .Op Fl Y
142 .Nm
143 .Op Fl V Ar etcdir
144 .Ar groupmod
145 .Op group|gid
146 .Op Fl C Ar config
147 .Op Fl q
148 .Op Fl F
149 .Op Fl n Ar name
150 .Op Fl g Ar gid
151 .Op Fl l Ar name
152 .Op Fl M Ar members
153 .Op Fl m Ar newmembers
154 .Op Fl h Ar fd
155 .Op Fl N
156 .Op Fl P
157 .Op Fl Y
158 .Nm
159 .Op Fl V Ar etcdir
160 .Ar groupshow
161 .Op group|gid
162 .Op Fl n Ar name
163 .Op Fl g Ar gid
164 .Op Fl F
165 .Op Fl P
166 .Op Fl a
167 .Nm
168 .Op Fl V Ar etcdir
169 .Ar groupnext
170 .Op Fl C Ar config
171 .Op Fl q
172 .Nm
173 .Op Fl V Ar etcdir
174 .Ar lock
175 .Op name|uid
176 .Op Fl C Ar config
177 .Op Fl q
178 .Nm
179 .Op Fl V Ar etcdir
180 .Ar unlock
181 .Op name|uid
182 .Op Fl C Ar config
183 .Op Fl q
184 .Sh DESCRIPTION
185 .Nm Pw
186 is a command-line based editor for the system
187 .Ar user
188 and
189 .Ar group
190 files, allowing the superuser an easy to use and standardized way of adding,
191 modifying and removing users and groups.
192 Note that
193 .Nm
194 only operates on the local user and group files.  NIS users and groups must be
195 maintained on the NIS server.
196 .Nm Pw
197 handles updating the
198 .Pa passwd ,
199 .Pa master.passwd ,
200 .Pa group
201 and the secure and insecure
202 password database files, and must be run as root.
203 .Pp
204 The first one or two keywords provided to
205 .Nm
206 on the command line provide the context for the remainder of the arguments.
207 The keywords
208 .Ar user
209 and
210 .Ar group
211 may be combined with
212 .Ar add ,
213 .Ar del ,
214 .Ar mod ,
215 .Ar show ,
216 or
217 .Ar next
218 in any order.
219 (For example,
220 .Ar showuser ,
221 .Ar usershow ,
222 .Ar show user ,
223 and
224 .Ar user show
225 all mean the same thing.)
226 This flexibility is useful for interactive scripts calling
227 .Nm
228 for user and group database manipulation.
229 Following these keywords, you may optionally specify the user or group name or numeric
230 id as an alternative to using the
231 .Fl n Ar name ,
232 .Fl u Ar uid ,
233 .Fl g Ar gid
234 options.
235 .Pp
236 The following flags are common to most or all modes of operation;
237 .Pp
238 .Bl -tag -width "-G grouplist"
239 .It Fl V Ar etcdir
240 This flag sets an alternate location for the password, group and configuration files,
241 and may be used to maintain a user/group database in an alternate location.
242 If this switch is specified, the system
243 .Pa /etc/pw.conf
244 will not be sourced for default configuration data, but the file pw.conf in the
245 specified directory will be used instead (or none, if it does not exist).
246 The
247 .Fl C
248 flag may be used to override this behaviour.
249 As an exception to the general rule where options must follow the operation
250 type, the
251 .Fl V
252 flag may be used on the command line before the operation keyword.
253 .It Fl C Ar config
254 By default,
255 .Nm
256 reads the file
257 .Pa /etc/pw.conf
258 to obtain policy information on how new user accounts and groups are to be created.
259 The
260 .Fl C
261 option specifies a different configuration file.
262 While most of the contents of the configuration file may be overridden via
263 command-line options, it may be more convenient to keep standard information in a
264 configuration file.
265 .It Fl q
266 Use of this option causes
267 .Nm
268 to suppress error messages, which may be useful in interactive environments where it
269 is preferable to interpret status codes returned by
270 .Nm
271 rather than messing up a carefully formatted display.
272 .It Fl N
273 This option is available in
274 .Ar add
275 and
276 .Ar modify
277 operations, and tells
278 .Nm
279 to output the result of the operation without updating the user or group
280 databases.
281 You may use the
282 .Fl P
283 option to switch between standard passwd and readable formats.
284 .It Fl Y
285 Using this option with any of the update modes causes
286 .Nm
287 to run
288 .Xr make 1
289 after changing to the directory
290 .Pa /var/yp .
291 This is intended to allow automatic updating of NIS database files.
292 If separate passwd and group files are being used by NIS, then use the
293 .Fl y Ar path
294 option to specify the location of the NIS passwd database so that
295 .Nm
296 will concurrently update it with the system password
297 databases.
298 .El
299 .Sh USER OPTIONS
300 The following options apply to the
301 .Ar useradd
302 and
303 .Ar usermod
304 commands:
305 .Pp
306 .Bl -tag -width "-G grouplist"
307 .It Fl n Ar name
308 Specify the user/account name.
309 .It Fl u Ar uid
310 Specify the user/account numeric id.
311 .Pp
312 Usually, you only need to provide one or the other of these options, as the account
313 name will imply the uid, or vice versa.
314 However, there are times when you need to provide both.
315 For example, when changing the uid of an existing user with
316 .Ar usermod ,
317 or overriding the default uid when creating a new account.
318 If you wish
319 .Nm
320 to automatically allocate the uid to a new user with
321 .Ar useradd ,
322 then you should
323 .Em not
324 use the
325 .Fl u
326 option.
327 You may also provide either the account or userid immediately after the
328 .Ar useradd ,
329 .Ar userdel ,
330 .Ar usermod
331 or
332 .Ar usershow
333 keywords on the command line without using the
334 .Fl n
335 or
336 .Fl u
337 options.
338 .El
339 .Pp
340 .Bl -tag -width "-G grouplist"
341 .It Fl c Ar comment
342 This field sets the contents of the passwd GECOS field, which normally contains up
343 to four comma-separated fields containing the user's full name, office or location,
344 and work and home phone numbers.
345 These sub-fields are used by convention only, however, and are optional.
346 If this field is to contain spaces, you need to quote the comment itself with double
347 quotes
348 .Ql \&" .
349 Avoid using commas in this field as these are used as sub-field separators, and the
350 colon
351 .Ql \&:
352 character also cannot be used as this is the field separator for the passwd
353 file itself.
354 .It Fl d Ar dir
355 This option sets the account's home directory.
356 Normally, you will only use this if the home directory is to be different from the
357 default determined from
358 .Pa /etc/pw.conf
359 - normally
360 .Pa /home
361 with the account name as a subdirectory.
362 .It Fl e Ar date
363 Set the account's expiration date.
364 Format of the date is either a UNIX time in decimal, or a date in
365 .Ql dd-mmm-yy[yy]
366 format, where dd is the day, mmm is the month, either in numeric or alphabetic format
367 ('Jan', 'Feb', etc) and year is either a two or four digit year.
368 This option also accepts a relative date in the form
369 .Ql \&+n[mhdwoy]
370 where
371 .Ql \&n
372 is a decimal, octal (leading 0) or hexadecimal (leading 0x) digit followed by the
373 number of Minutes, Hours, Days, Weeks, Months or Years from the current date at
374 which the expiration date is to be set.
375 .It Fl p Ar date
376 Set the account's password expiration date.
377 This field is similar to the account expiration date option, except that it
378 applies to forced password changes.
379 This is set in the same manner as the
380 .Fl e
381 option.
382 .It Fl g Ar group
383 Set the account's primary group to the given group.
384 .Ar group
385 may be defined by either its name or group number.
386 .It Fl G Ar grouplist
387 Sets additional group memberships for an account.
388 .Ar grouplist
389 is a comma-separated list of group names or group numbers.
390 The user's name is added to the group lists in
391 .Pa /etc/group ,
392 and
393 removed from any groups not specified in
394 .Ar grouplist .
395 Note: a user should not be added to their primary group with
396 .Ar grouplist .
397 Also, group membership changes do not take effect for current user login
398 sessions, requiring the user to reconnect to be affected by the changes.
399 .It Fl L Ar class
400 This option sets the login class for the user being created.
401 See
402 .Xr login.conf 5
403 and
404 .Xr passwd 5
405 for more information on user login classes.
406 .It Fl m
407 This option instructs
408 .Nm
409 to attempt to create the user's home directory.
410 While primarily useful when adding a new account with
411 .Ar useradd ,
412 this may also be of use when moving an existing user's home directory elsewhere on
413 the filesystem.
414 The new home directory is populated with the contents of the
415 .Ar skeleton
416 directory, which typically contains a set of shell configuration files that the
417 user may personalize to taste.
418 When
419 .Fl m
420 is used on an account with
421 .Ar usermod ,
422 existing configuration files in the user's home directory are
423 .Em not
424 overwritten from the skeleton files.
425 .Pp
426 When a user's home directory is created, it will by default be a subdirectory of the
427 .Ar basehome
428 directory as specified by the
429 .Fl b
430 option (see below), bearing the name of the new account.
431 This can be overridden by the
432 .Fl d
433 option on the command line, if desired.
434 .It Fl k Ar dir
435 Set the
436 .Ar skeleton
437 directory, from which basic startup and configuration files are copied when
438 the user's home directory is created.
439 This option only has meaning when used with the
440 .Fl d
441 or
442 .Fl m
443 flags.
444 .It Fl s Ar shell
445 Set or changes the user's login shell to
446 .Ar shell .
447 If the path to the shell program is omitted,
448 .Nm
449 searches the
450 .Ar shellpath
451 specified in
452 .Pa /etc/pw.conf
453 and fills it in as appropriate.
454 Note that unless you have a specific reason to do so, you should avoid
455 specifying the path - this will allow
456 .Nm
457 to validate that the program exists and is executable.
458 Specifying a full path (or supplying a blank "" shell) avoids this check
459 and allows for such entries as
460 .Pa /nonexistent
461 that should be set for accounts not intended for interactive login.
462 .It Fl h Ar fd
463 This option provides a special interface by which interactive scripts can
464 set an account password using
465 .Nm .
466 Because the command line and environment are fundamentally insecure mechanisms
467 by which programs can accept information,
468 .Nm
469 will only allow setting of account and group passwords via a file descriptor
470 (usually a pipe between an interactive script and the program).
471 .Ar sh ,
472 .Ar bash ,
473 .Ar ksh
474 and
475 .Ar perl
476 all possess mechanisms by which this can be done.
477 Alternatively,
478 .Nm
479 will prompt for the user's password if
480 .Fl h Ar 0
481 is given, nominating
482 .Em stdin
483 as the file descriptor on which to read the password.
484 Note that this password will be read only once and is intended
485 for use by a script rather than for interactive use.
486 If you wish to have new password confirmation along the lines of
487 .Xr passwd 1 ,
488 this must be implemented as part of an interactive script that calls
489 .Nm .
490 .Pp
491 If a value of
492 .Ql \&-
493 is given as the argument
494 .Ar fd ,
495 then the password will be set to
496 .Ql \&* ,
497 rendering the account inaccessible via password-based login.
498 .El
499 .Pp
500 It is possible to use
501 .Ar useradd
502 to create a new account that duplicates an existing user id.
503 While this is normally considered an error and will be rejected, the
504 .Fl o
505 option overrides the check for duplicates and allows the duplication of
506 the user id.
507 This may be useful if you allow the same user to login under
508 different contexts (different group allocations, different home
509 directory, different shell) while providing basically the same
510 permissions for access to the user's files in each account.
511 .Pp
512 The
513 .Ar useradd
514 command also has the ability to set new user and group defaults by using the
515 .Fl D
516 option.
517 Instead of adding a new user,
518 .Nm
519 writes a new set of defaults to its configuration file,
520 .Pa /etc/pw.conf .
521 When using the
522 .Fl D
523 option, you must not use either
524 .Fl n Ar name
525 or
526 .Fl u Ar uid
527 or an error will result.
528 Use of
529 .Fl D
530 changes the meaning of several command line switches in the
531 .Ar useradd
532 command.
533 These are:
534 .Bl -tag -width "-G grouplist"
535 .It Fl D
536 Set default values in
537 .Pa /etc/pw.conf
538 configuration file, or a different named configuration file if the
539 .Fl C Ar config
540 option is used.
541 .It Fl b Ar dir
542 Set the root directory in which user home directories are created.
543 The default value for this is
544 .Pa /home ,
545 but it may be set elsewhere as desired.
546 .It Fl e Ar days
547 Set the default account expiration period in days.
548 Unlike use without
549 .Fl D ,
550 the argument must be numeric, which specifies the number of days after creation when
551 the account is to expire.
552 A value of 0 suppresses automatic calculation of the expiry date.
553 .It Fl p Ar days
554 Set the default password expiration period in days.
555 .It Fl g Ar group
556 Set the default group for new users.
557 If a blank group is specified using
558 .Fl g Ar \&"" ,
559 then new users will be allocated their own private primary group
560 with the same name as their login name.
561 If a group is supplied, either its name or uid may be given as an argument.
562 .It Fl G Ar grouplist
563 Set the default groups in which new users are granted membership.
564 This is a separate set of groups from the primary group, and you should avoid
565 nominating the same group as both primary and extra groups.
566 In other words, these extra groups determine membership in groups
567 .Em other than
568 the primary group.
569 .Ar grouplist
570 is a comma-separated list of group names or ids, and are always
571 stored in
572 .Pa /etc/pw.conf
573 by their symbolic names.
574 .It Fl L Ar class
575 This option sets the default login class for new users.
576 .It Fl k Ar dir
577 Set the default
578 .Em skeleton
579 directory, from which prototype shell and other initialization files are copied when
580 .Nm
581 creates a user's home directory.
582 .It Xo
583 .Fl u Ar min , Ns Ar max ,
584 .Fl i Ar min , Ns Ar max
585 .Xc
586 These options set the minimum and maximum user and group ids allocated for new accounts
587 and groups created by
588 .Nm .
589 The default values for each is 1000 minimum and 32000 maximum.
590 .Ar min
591 and
592 .Ar max
593 are both numbers, where max must be greater than min, and both must be between 0
594 and 32767.
595 In general, user and group ids less than 100 are reserved for use by the system,
596 and numbers greater than 32000 may also be reserved for special purposes (used by
597 some system daemons).
598 .It Fl w Ar method
599 The
600 .Fl w
601 option sets the default method used to set passwords for newly created user accounts.
602 .Ar method
603 is one of:
604 .Pp
605 .Bl -tag -width random -offset indent -compact
606 .It no
607 disable login on newly created accounts
608 .It yes
609 force the password to be the account name
610 .It none
611 force a blank password
612 .It random
613 generate a random password
614 .El
615 .Pp
616 The
617 .Ql \&random
618 or
619 .Ql \&no
620 methods are the most secure; in the former case,
621 .Nm
622 generates a password and prints it to stdout, which is suitable where you issue
623 users with passwords to access their accounts rather than having the user nominate
624 their own (possibly poorly chosen) password.
625 The
626 .Ql \&no
627 method requires that the superuser use
628 .Xr passwd 1
629 to render the account accessible with a password.
630 .It Fl y Ar path
631 This sets the pathname of the database used by NIS if you are not sharing
632 the information from
633 .Pa /etc/master.passwd
634 directly with NIS.
635 You should only set this option for NIS servers.
636 .El
637 .Pp
638 The
639 .Ar userdel
640 command has only three valid options.
641 The
642 .Fl n Ar name
643 and
644 .Fl u Ar uid
645 options have already been covered above.
646 The additional option is:
647 .Bl -tag -width "-G grouplist"
648 .It Fl r
649 This tells
650 .Nm
651 to remove the user's home directory and all of its contents.
652 .Nm Pw
653 errs on the side of caution when removing files from the system.
654 Firstly, it will not do so if the uid of the account being removed is also used by
655 another account on the system, and the 'home' directory in the password file is
656 a valid path that commences with the character
657 .Ql \&/ .
658 Secondly, it will only remove files and directories that are actually owned by
659 the user, or symbolic links owned by anyone under the user's home directory.
660 Finally, after deleting all contents owned by the user only empty directories
661 will be removed.
662 If any additional cleanup work is required, this is left to the administrator.
663 .El
664 .Pp
665 Mail spool files and crontabs are always removed when an account is deleted as these
666 are unconditionally attached to the user name.
667 Jobs queued for processing by
668 .Ar at
669 are also removed if the user's uid is unique and not also used by another account on the
670 system.
671 .Pp
672 The
673 .Ar usershow
674 command allows viewing of an account in one of two formats.
675 By default, the format is identical to the format used in
676 .Pa /etc/master.passwd
677 with the password field replaced with a
678 .Ql \&* .
679 If the
680 .Fl P
681 option is used, then
682 .Nm
683 outputs the account details in a more human readable form.
684 The
685 .Fl a
686 option lists all users currently on file.
687 .Pp
688 The command
689 .Ar usernext
690 returns the next available user and group ids separated by a colon.
691 This is normally of interest only to interactive scripts or front-ends
692 that use
693 .Nm .
694 .Sh GROUP OPTIONS
695 The
696 .Fl C
697 and
698 .Fl q
699 options (explained at the start of the previous section) are available
700 with the group manipulation commands.
701 Other common options to all group-related commands are:
702 .Bl -tag -width "-m newmembers"
703 .It Fl n Ar name
704 Specify the group name.
705 .It Fl g Ar gid
706 Specify the group numeric id.
707 .Pp
708 As with the account name and id fields, you will usually only need
709 to supply one of these, as the group name implies the uid and vice
710 versa.
711 You will only need to use both when setting a specific group id
712 against a new group or when changing the uid of an existing group.
713 .It Fl M Ar memberlist
714 This option provides an alternative way to add existing users to a
715 new group (in groupadd) or replace an existing membership list (in
716 groupmod).
717 .Ar memberlist
718 is a comma separated list of valid and existing user names or uids.
719 .It Fl m Ar newmembers
720 Similar to
721 .Fl M ,
722 this option allows the
723 .Em addition
724 of existing users to a group without replacing the existing list of
725 members.
726 Login names or user ids may be used, and duplicate users are
727 silently eliminated.
728 .El
729 .Pp
730 .Ar groupadd
731 also has a
732 .Fl o
733 option that allows allocation of an existing group id to a new group.
734 The default action is to reject an attempt to add a group, and this option overrides
735 the check for duplicate group ids.
736 There is rarely any need to duplicate a group id.
737 .Pp
738 The
739 .Ar groupmod
740 command adds one additional option:
741 .Pp
742 .Bl -tag -width "-m newmembers"
743 .It Fl l Ar name
744 This option allows changing of an existing group name to
745 .Ql \&name .
746 The new name must not already exist, and any attempt to duplicate an existing group
747 name will be rejected.
748 .El
749 .Pp
750 Options for
751 .Ar groupshow
752 are the same as for
753 .Ar usershow ,
754 with the
755 .Fl g Ar gid
756 replacing
757 .Fl u Ar uid
758 to specify the group id.
759 .Pp
760 The command
761 .Ar groupnext
762 returns the next available group id on standard output.
763 .Sh USER LOCKING
764 .Nm Pw
765 supports a simple password locking mechanism for users; it works by
766 prepending the string
767 .Ql *LOCKED*
768 to the beginning of the password field in
769 .Pa master.passwd
770 to prevent successful authentication.
771 .Pp
772 The
773 .Ar lock
774 and
775 .Ar unlock
776 commands take a user name or uid of the account to lock or unlock,
777 respectively.  The
778 .Fl V ,
779 .Fl C ,
780 and
781 .Fl q
782 options as described above are accepted by these commands.
783 .Sh DIAGNOSTICS
784 .Nm Pw
785 returns EXIT_SUCCESS on successful operation, otherwise
786 .Nm
787 returns one of the
788 following exit codes defined by
789 .Xr sysexits 3
790 as follows:
791 .Bl -tag -width xxxx
792 .It EX_USAGE
793 .Bl -bullet -compact
794 .It
795 Command line syntax errors (invalid keyword, unknown option).
796 .El
797 .It EX_NOPERM
798 .Bl -bullet -compact
799 .It
800 Attempting to run one of the update modes as non-root.
801 .El
802 .It EX_OSERR
803 .Bl -bullet -compact
804 .It
805 Memory allocation error.
806 .It
807 Read error from password file descriptor.
808 .El
809 .It EX_DATAERR
810 .Bl -bullet -compact
811 .It
812 Bad or invalid data provided or missing on the command line or
813 via the password file descriptor.
814 .It
815 Attempted to remove, rename root account or change its uid.
816 .El
817 .It EX_OSFILE
818 .Bl -bullet -compact
819 .It
820 Skeleton directory is invalid or does not exist.
821 .It
822 Base home directory is invalid or does not exist.
823 .It
824 Invalid or non-existent shell specified.
825 .El
826 .It EX_NOUSER
827 .Bl -bullet -compact
828 .It
829 User, user id, group or group id specified does not exist.
830 .It
831 User or group recorded, added, or modified unexpectedly disappeared.
832 .El
833 .It EX_SOFTWARE
834 .Bl -bullet -compact
835 .It
836 No more group or user ids available within specified range.
837 .El
838 .It EX_IOERR
839 .Bl -bullet -compact
840 .It
841 Unable to rewrite configuration file.
842 .It
843 Error updating group or user database files.
844 .It
845 Update error for passwd or group database files.
846 .El
847 .It EX_CONFIG
848 .Bl -bullet -compact
849 .It
850 No base home directory configured.
851 .El
852 .El
853 .Sh NOTES
854 For a summary of options available with each command, you can use
855 .Dl pw [command] help
856 For example,
857 .Dl pw useradd help
858 lists all available options for the useradd operation.
859 .Pp
860 .Nm Pw
861 allows 8-bit characters in the passwd GECOS field (user's full name,
862 office, work and home phone number subfields), but disallows them in
863 user login and group names.
864 Use 8-bit characters with caution, as connection to the Internet will
865 require that your mail transport program supports 8BITMIME, and will
866 convert headers containing 8-bit characters to 7-bit quoted-printable
867 format.
868 .Xr sendmail 8
869 does support this.
870 Use of 8-bit characters in the GECOS field should be used in
871 conjunction with the user's default locale and character set
872 and should not be implemented without their use.
873 Using 8-bit characters may also affect other
874 programs that transmit the contents of the GECOS field over the
875 Internet, such as
876 .Xr fingerd 8 ,
877 and a small number of TCP/IP clients, such as IRC, where full names
878 specified in the passwd file may be used by default.
879 .Sh FILES
880 .Bl -tag -width /etc/master.passwd.new -compact
881 .It Pa /etc/master.passwd
882 The user database
883 .It Pa /etc/passwd
884 A Version 7 format password file
885 .It Pa /etc/login.conf
886 The user capabilities database
887 .It Pa /etc/group
888 The group database
889 .It Pa /etc/master.passwd.new
890 Temporary copy of the master password file
891 .It Pa /etc/passwd.new
892 Temporary copy of the Version 7 password file
893 .It Pa /etc/group.new
894 Temporary copy of the group file
895 .It Pa /etc/pw.conf
896 Pw default options file
897 .El
898 .Sh SEE ALSO
899 .Xr chpass 1 ,
900 .Xr passwd 1 ,
901 .Xr group 5 ,
902 .Xr login.conf 5 ,
903 .Xr passwd 5 ,
904 .Xr pw.conf 5 ,
905 .Xr pwd_mkdb 8 ,
906 .Xr vipw 8
907 .Sh HISTORY
908 .Nm Pw
909 was written to mimic many of the options used in the SYSV
910 .Em shadow
911 support suite, but is modified for passwd and group fields specific to
912 the
913 .Bx 4.4
914 operating system, and combines all of the major elements
915 into a single command.