Skip to content

Add

Add users

sudo adduser <username>

Add username with custom options

sudo adduser --shell /bin/<shell> --home /home/<directory>/ --uid <id> <username>