Add
Add users
sudo adduser <username>
Add username with custom options
sudo adduser --shell /bin/<shell> --home /home/<directory>/ --uid <id> <username>
sudo adduser <username>
sudo adduser --shell /bin/<shell> --home /home/<directory>/ --uid <id> <username>