Simple user handling

Create user, user directory and add comment:

useradd -c "Comment" -m <username>

Force change of password at next login:

chage -d 0 <username>

Force locking of user account:

passwd -l <username>