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