X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/5a4515f718d831142993b7ef0881c493e877979a..0ad3d0f1c05e27733c1f94c64cd379aadf8123f3:/adduser/adduser.8 diff --git a/adduser/adduser.8 b/adduser/adduser.8 index 26f4895..8611a3f 100644 --- a/adduser/adduser.8 +++ b/adduser/adduser.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: adduser.8,v 1.14 1996/12/23 00:10:16 mpp Exp $ +.\" $Id: adduser.8,v 1.19 1997/02/22 16:01:17 peter Exp $ .Dd Jan, 9, 1995 .Dt ADDUSER 8 .Os FreeBSD 2.1 @@ -34,20 +34,35 @@ .Oo .Fl batch Ar username .Op Ar group Ns , Ns Op Ar group,... +.Op Ar class .Op Ar fullname .Op Ar password .Oc +.br .Op Fl check_only +.br +.Op Fl class Ar login_class +.br .Op Fl config_create +.br .Op Fl dotdir Ar dotdir +.br .Op Fl group Ar login_group +.br .Op Fl h | help +.br .Op Fl home Ar home +.br .Op Fl message Ar message_file +.br .Op Fl noconfig +.br .Op Fl shell Ar shell +.br .Op Fl s | silent | q | quiet +.br .Op Fl uid Ar uid_start +.br .Op Fl v | verbose .Sh DESCRIPTION .Nm Adduser @@ -58,7 +73,7 @@ HOME-directory, dotfiles and sends the new user a welcome message. .Bl -tag -width Ds -compact .It Sy username Login name. May contain only lowercase characters or digits. Maximum length -is 8 characters (see +is 16 characters (see .Xr setlogin 2 BUGS section). The reasons for this limit are "Historical". @@ -120,10 +135,12 @@ Parse command line options .El .Sh OPTIONS .Bl -tag -width Ds -.It Sy -batch username [group[,group]...] [fullname] [password] +.It Sy -batch username [group[,group]...] [class] [fullname] [password] Batch mode. .It Sy -check_only Check /etc/passwd, /etc/group, /etc/shells and exit. +.It Sy -class Ar login_class +Set default login class .It Sy -create_config Create new config and message file and exit. .It Sy -dotdir Ar directory @@ -196,10 +213,11 @@ $ adduser .Pp Start adduser in interactive mode. .Pp -$ adduser -batch baerenklau guest,staff,baer 'Teddy II' qwerty7 +$ adduser -batch baerenklau guest,staff,baer '' 'Teddy II' qwerty7 .Pp Create user 'baerenklau' and login group 'baerenklau'. Invite user -baerenklau into groups guest, staff and baer. Realname (fullname) +baerenklau into groups guest, staff and baer. Use default login class. +Realname (fullname) is 'Teddy II'. Password is 'qwerty7' (don't use such passwords!). Create HOME directory .Pa /home/baerenklau @@ -224,6 +242,8 @@ user database group database .It Pa /etc/shells shell database +.It Pa /etc/login.conf +login classes database .It Pa /etc/adduser.conf config file for adduser .It Pa /etc/adduser.message @@ -240,8 +260,9 @@ logfile for adduser .Xr setlogin 2 , .Xr yp 4 , .Xr aliases 5 , -.Xr passwd 5 , .Xr group 5 , +.Xr login.conf 5 , +.Xr passwd 5 , .Xr shells 5 , .Xr addgroup 8 , .Xr pwd_mkdb 8 ,