linux_useradd.md 147 B

Create user with groups and settings

# useradd -m -g users -s /bin/bash [USERNAME]

Set password

# passwd [USERNAME]