Gebruikersdatabase informatie toevoegen of wijzigen, inclusief login shell en wachtwoord. Bekijk ook:
passwd
. Meer informatie: https://man.freebsd.org/cgi/man.cgi?chpass.
su -c chpass
chpass -s {{pad/naar/shell}}
chpass -s {{pad/naar/shell}} {{gebruikersnaam}}
su -c 'chpass -e {{tijd}} {{gebruikersnaam}}'
su -c 'chpass -p {{gecodeerd_wachtwoord}} {{gebruikersnaam}}'
su -c 'chpass -h {{hostnaam}} {{gebruikersnaam}}'
su -c 'chpass -d {{domein}} {{gebruikersnaam}}'