chsh: add Dutch translation (#13380)

This commit is contained in:
Sebastiaan Speck 2024-08-13 10:20:57 +02:00 committed by GitHub
parent ada217dd3e
commit e895215ed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
pages.nl/linux/chsh.md Normal file
View File

@ -0,0 +1,21 @@
# chsh
> Verander de login shell van een gebruiker.
> Onderdeel van `util-linux`.
> Meer informatie: <https://manned.org/chsh>.
- Stel een specifieke login shell interactief in voor de huidige gebruiker:
`sudo chsh`
- Stel een specifieke login[s]hell in voor de huidige gebruiker:
`sudo chsh --shell {{pad/naar/shell}}`
- Stel een login[s]hell in voor een specifieke gebruiker:
`sudo chsh --shell {{pad/naar/shell}} {{gebruikersnaam}}`
- Toon ([l]) beschikbare shells:
`sudo chsh --list-shells`