chpass

Gebruikersdatabase informatie toevoegen of wijzigen, inclusief login shell en wachtwoord. Bekijk ook: passwd. Meer informatie: https://man.netbsd.org/chpass.

su -c chpass

chpass -s {{pad/naar/shell}}

chpass -s {{pad/naar/shell}} {{gebruikersnaam}}

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}}