adduser

Rating: 
0
No votes yet

add and remove users and groups
This package includes the 'adduser' and 'deluser' commands for creating
and removing users.
.
- 'adduser' creates new users and groups and adds existing users to
existing groups;
- 'deluser' removes users and groups and removes users from a given
group.
.
Adding users with 'adduser' is much easier than adding them manually.
Adduser will choose appropriate UID and GID values, create a home
directory, copy skeletal user configuration, and automate setting
initial values for the user's password, real name and so on.
.
Deluser can back up and remove users' home directories
and mail spool or all the files they own on the system.
.
A custom script can be executed after each of the commands.
.
Development mailing list:
http://lists.alioth.debian.org/mailman/listinfo/adduser-devel/

Application versions: 
AttachmentSizeDate
File adduser_3.113_all.deb213.71 KB05/08/2013 - 14:53
Changelog: 

adduser (3.113) unstable; urgency=low

* Warning to STDERR (closes: #561864)
* Use unlink on symlinks (closes: #609156)
* Keep test from complaining (closes: #613009)
* Use db_settitle instead of db_title (closes: #560313)
* Add newline to deluser output (closes: #592629)
* Don't go wrong if user or group is 0, although, please, stop that
(closes: #617480)
* Add afs to EXCLUDE_FSTYPES by default (closes: #630340)