1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/linux/chsh.md

22 lines
489 B
Markdown
Raw Normal View History

2024-08-13 10:20:57 +02:00
# 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:
`chsh`
2024-08-13 10:20:57 +02:00
- Stel een specifieke login[s]hell in voor de huidige gebruiker:
`chsh --shell {{pad/naar/shell}}`
2024-08-13 10:20:57 +02:00
- Stel een login[s]hell in voor een specifieke gebruiker:
`sudo chsh --shell {{pad/naar/shell}} {{gebruikersnaam}}`
- Toon ([l]) beschikbare shells:
`chsh --list-shells`