1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

chsh: page update (#7550)

This commit is contained in:
Emily Grace Seville 2022-02-16 20:36:58 -08:00 committed by GitHub
parent 50a9708250
commit 72bdbb9021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,13 @@
`chsh`
- Change the login shell for a given user to Zsh:
- Change the current user's login shell:
`chsh --shell {{/bin/zsh}} {{username}}`
`chsh {{path/to/shell}}`
- Change the login shell for a given user:
`chsh --shell {{path/to/shell}} {{username}}`
- List available shells: