Gebruikersdatabase informatie toevoegen of wijzigen, inclusief login shell en wachtwoord. Bekijk ook:
passwd
. Meer informatie: https://man.netbsd.org/chsh.
su -c chpass
chpass -s {{pad/naar/shell}}
chpass chsh -s {{pad/naar/shell}} {{gebruikersnaam}}
passwd
bestandsformaat:su -c 'chpass -a {{gebruikersnaam:gecodeerd_wachtwoord:uid:gid:...}} -s {{pad/naar/bestand}}' {{gebruikersnaam}}
su -c 'chpass -l -s {{pad/naar/shell}}' {{gebruikersnaam}}
su -c 'chpass -y -s {{pad/naar/shell}}' {{gebruikersnaam}}