adduser(8)
NAME
adduser, removeuser, addgroup − add and remove user accounts
SYNTAX
/etc/adduser
/etc/removeuser
/etc/addgroup
DESCRIPTION
The adduser command provides an interactive facility for adding new user accounts to the system password file. The adduser command also sets up a home directory with the files .cshrc, .login, and .profile for new users. New accounts set up this way initially have no login password.
The interactive removeuser command deletes user accounts from the system password file. It also gives the option of deleting the user’s home directory and files.
The interactive addgroup command adds new groups to the /etc/group file.
RESTRICTIONS
The ‘name’ may contain only lower case ASCII characters a to z and the numbers 0 to 9.
FILES
/etc/utmplock file
/etc/passwdpassword file
/etc/groupgroup file
SEE ALSO
passwd(1), passwd(5yp), vipw(8)
Maintenance