chsh: Fix chsh -s SHELL
syntax (#7801)
* It's `ch -s SHELL` to change your own shell Fixes #7800 * rephrase Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> * Use -s generically, --shell on Linux Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
|
||||
`chsh`
|
||||
|
||||
- Change the current user's login shell:
|
||||
- Change the login shell of the current user:
|
||||
|
||||
`chsh {{path/to/shell}}`
|
||||
`chsh -s {{path/to/shell}}`
|
||||
|
||||
- Change the login shell for a given user:
|
||||
|
||||
`chsh --shell {{path/to/shell}} {{username}}`
|
||||
`chsh -s {{path/to/shell}} {{username}}`
|
||||
|
||||
- List available shells:
|
||||
|
||||
|
Reference in New Issue
Block a user