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

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: