Adding User On Alpine
On Alpine adding a user is little different than adding a user in Ubuntu/Debian. And we can use adduser
command to add a user.
Usage
Example
This adds a user somebody
with SHELL login as bash
, home directory at /home/somebody
and an UID of 1001
.
Source: CyberCiti
Last updated