1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages.nl/openbsd/chpass.md
Sebastiaan Speck e9c33dd8cd
chpass: add Dutch translation, choco-list: translate arguments to Dutch (#12759)
* chpass: add Dutch translation, choco-list: translate arguments to Dutch

---------

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2024-05-09 15:01:32 +05:30

628 B

chpass

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

  • Stel interactief een specifieke login shell in voor de huidige gebruiker:

doas chsh

  • Stel een specifieke login [s]hell in voor de huidige gebruiker:

doas chsh -s {{pad/naar/shell}}

  • Stel een login [s]hell in voor een specifieke gebruiker:

doas chsh -s {{pad/naar/shell}} {{gebruikersnaam}}

  • Specificeer een gebruikersdatabase entry in het passwd bestandsformaat:

doas chsh -a {{gebruikersnaam:gecodeerd_wachtwoord:uid:gid:...}}