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:
parent
50a9708250
commit
72bdbb9021
1 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue