mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
chsh: add Dutch translation (#13380)
This commit is contained in:
parent
ada217dd3e
commit
e895215ed1
1 changed files with 21 additions and 0 deletions
21
pages.nl/linux/chsh.md
Normal file
21
pages.nl/linux/chsh.md
Normal 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`
|
Loading…
Add table
Reference in a new issue