chsh: page update (#7550)

feature/windows-fix-syntax-2
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
1 changed files with 6 additions and 2 deletions

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: