Lines Matching +full:group +full:- +full:default
44 .Op Fl g Ar group
65 .Op Fl g Ar group
93 .Op Fl g Ar group
174 utility is a command-line based editor for the system
177 .Ar group
182 only operates on the local user and group files.
193 .Xr group 5
208 .Cm group
226 for user and group database manipulation.
228 the user or group name or numeric id may be optionally specified as an
236 .Bl -tag -width "-G grouplist"
244 Set an alternate location for the password, group, and configuration files.
245 Can be used to maintain a user/group database in an alternate location.
248 will not be sourced for default configuration data,
261 By default,
270 command-line options, it may be more convenient to keep standard information in a
287 to output the result of the operation without updating the user or group
302 If separate passwd and group files are being used by
319 .Bl -tag -width "-G grouplist"
345 or overriding the default uid when creating a new account with
366 .Bl -tag -width "-G grouplist"
369 which normally contains up to four comma-separated fields containing the
372 These sub-fields are used by convention only, however, and are optional.
376 Avoid using commas in this field as these are used as sub-field separators,
385 default determined from
387 - normally
393 .Ql dd-mmm-yy[yy]
412 .It Fl g Ar group
413 Set the account's primary group to the given group.
414 .Ar group
415 may be defined by either its name or group number.
417 Set secondary group memberships for an account.
419 is a comma, space, or tab-separated list of group names or group numbers.
423 The current login session is not affected by group membership changes,
425 Note: do not add a user to their primary group with
460 it will by default be a subdirectory of the
474 This is useful when building images as a non-root user, as the
514 specifying the path - this will allow
528 will only allow setting of account and group passwords via a file descriptor
556 rendering the account inaccessible via password-based login.
564 .Xr openssl-passwd 1
578 different contexts (different group allocations, different home
584 command also has the ability to set new user and group defaults by using the
604 .Bl -tag -width "-G grouplist"
606 Set default values in
613 The default value for this is
617 Set the default account expiration period in days.
627 Set the default password expiration period in days.
636 .It Fl g Ar group
637 Set the default group for new users.
638 If a blank group is specified using
640 then new users will be allocated their own private primary group
642 If a group is supplied, either its name or uid may be given as an argument.
644 Set the default groups in which new users are granted membership.
645 This is a separate set of groups from the primary group.
646 Avoid nominating the same group as both primary and extra groups.
649 the primary group.
651 is a comma-separated list of group names or ids, and are always
656 This option sets the default login class for new users.
658 Set the default
671 Set the minimum and maximum user and group ids allocated for new
674 The default values for each is 1000 minimum and 32000 maximum.
686 user and group ids less than 100 are reserved for use by the system,
692 option selects the default method used to set passwords for newly created user
697 .Bl -tag -width random -offset indent -compact
746 .Bl -tag -width "-G grouplist"
783 .Bl -tag -width "-G grouplist"
794 By default, the format is identical to the format used in
817 returns the next available user and group ids separated by a colon.
818 This is normally of interest only to interactive scripts or front-ends
821 .Sh GROUP OPTIONS
827 with the group manipulation commands.
828 Other common options to all group-related commands are:
829 .Bl -tag -width "-m newmembers"
834 Specify the group name.
842 Specify the group numeric id.
847 changes the numeric id of the named group.
850 to supply one of these, as the group name implies the uid and vice
852 You will only need to use both when setting a specific group id
853 against a new group or when changing the uid of an existing group.
856 new group
861 is a comma, space, or tab-separated list of valid and existing user names or
868 of existing users to a group without replacing the existing list of
877 of existing users from a group without replacing the existing list of
886 option that allows allocation of an existing group id to a new group.
887 The default action is to reject an attempt to add a group,
888 and this option overrides the check for duplicate group ids.
889 There is rarely any need to duplicate a group id.
894 .Bl -tag -width "-m newmembers"
896 This option allows changing of an existing group name to
899 and any attempt to duplicate an existing group
911 to specify the group id.
920 returns the next available group id on standard output.
955 utility allows 8-bit characters in the passwd GECOS field (user's full name,
957 user login and group names.
958 Use 8-bit characters with caution, as connection to the Internet will
960 convert headers containing 8-bit characters to 7-bit quoted-printable
964 Use of 8-bit characters in the GECOS field should be used in
965 conjunction with the user's default locale and character set
967 Using 8-bit characters may also affect other
972 specified in the passwd file may be used by default.
978 file when actions such as user or group additions or deletions occur.
982 .Bl -tag -width /etc/master.passwd.new -compact
989 .It Pa /etc/group
990 The group database
992 Pw default options file
994 User/group modification logfile
998 A gsmith login group is created if not already present.
1005 .Bd -literal -offset indent
1006 pw useradd -n gsmith -c "Glurmo Smith" -s csh -m -w random
1010 .Bd -literal -offset indent
1011 pw userdel -n gsmith -r
1014 Add the existing user jsmith to the wheel group,
1016 .Bd -literal -offset indent
1017 pw groupmod wheel -m jsmith
1022 .Bd -literal -offset indent
1023 pw usermod nobody -Nw random
1034 .Bl -tag -width xxxx
1036 .Bl -bullet -compact
1041 .Bl -bullet -compact
1043 Attempting to run one of the update modes as non-root.
1046 .Bl -bullet -compact
1053 .Bl -bullet -compact
1061 .Bl -bullet -compact
1067 Invalid or non-existent shell specified.
1070 .Bl -bullet -compact
1072 User, user id, group or group id specified does not exist.
1074 User or group recorded, added, or modified unexpectedly disappeared.
1077 .Bl -bullet -compact
1079 No more group or user ids available within specified range.
1082 .Bl -bullet -compact
1086 Error updating group or user database files.
1088 Update error for passwd or group database files.
1091 .Bl -bullet -compact
1100 .Xr group 5 ,
1112 support suite, but is modified for passwd and group fields specific to