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