User management - vicgalle/wiki-example GitHub Wiki
Basic new users stuff
-
Creating a user:
sudo useradd -m sam -s /bin/bash-mis used to create theirhome.-sspecifies the terminal interpreter. -
Setting the password:
sudo passwd sam -
Deleting the user:
userdel -r sam-rwill also remove itshomecontents.