chsh: update Dutch translation (#11046)

pull/23/head
Sebastiaan Speck 2023-10-20 08:09:28 +02:00 committed by GitHub
parent 30dad30705
commit c4ff6e2638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -3,6 +3,18 @@
> Wijzig de login-shell van de gebruiker.
> Meer informatie: <https://manned.org/chsh>.
- Wijzig shell:
- Stel interactief een specifieke login-shell in voor de huidige gebruiker:
`chsh -s {{pad/naar/shell_binary}} {{gebruikersnaam}}`
`chsh`
- Stel een specifieke login-[s]hell in voor de huidige gebruiker:
`chsh -s {{pad/naar/shell}}`
- Stel een login-[s]hell in voor een specifieke gebruiker:
`chsh -s {{pad/naar/shell}} {{gebruikersnaam}}`
- Toon [l]ist met beschikbare shells:
`chsh -l`