yunaimatsu

CRUD of users and groups

  User(user-) Group(group-)
Create(-add) useradd groupadd
Read    
Update(-mod) usermod groupmod
Delete(-del) userdel groupdel
users # Host - Users
groups # Which group does the user belong to?
whoami

CRUD of PASSWORD

Password itself

passwd,gpasswd

chpasswd

Password expiration period

chage

chsh

chsh -s <shell-name>
chsh -l

###

id

id -u
id -g
id -G
id -n 
id -z

/etc/shadow

/etc/passwd

storing password hashes and password aging information.

HTTP server

htpasswd

htdigest

Aren’t used widely.

chfn

They create