User Management
adduser
Create new users.
Alpine
Verified: 2025-09-09
Syntax
$adduser [OPTIONEN] BENUTZERNAME
Examples
$adduser john
$adduser -s /bin/sh -h /home/john john
Typical use cases
?
Standard usage
adduser --help
Note
-s sets the shell, -h sets the home directory.
Export