_ _ ___ | |__ __ _ _______ | |_ / _ \| '_ \ / _` |_ / _ \| __| | (_) | | | | (_| |/ / (_) | |_ \___/|_| |_|\__,_/___\___/ \__|
| ohazot | docs | links | dev | conf | txt |
| es | en |
| mdoc file |
| search |
user_management —
usage and differences across
systems
ADD
| useradd | : adds the given user. |
| adduser | : interactive form of useradd. |
useradd
If no options are given, the user will be created without the corresponding structure: groups, home, skel, etc.
MOD
| Slackware | : usermod -a -G group user |
: appends the group to the user groups. |
| OpenBSD | : usermod -G group user |
: appends user to group. |
| AlpineLinux | : adduser user group |
: adds user to group. |
TODO
- check safe cross-platform generic options.
SEE ALSO
linux , slackware , alpinelinux , openbsd , linux_to_openbsd
- OpenBSD manpages: useradd(8) , adduser(8) , usermod(8)