1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages/common/chsh.md
Martin Pool 326cc8a262
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>
2022-02-24 22:42:34 +10:00

362 B

chsh

Change the user's login shell. More information: https://manned.org/chsh.

  • Change the current user's login shell interactively:

chsh

  • Change the login shell of the current user:

chsh -s {{path/to/shell}}

  • Change the login shell for a given user:

chsh -s {{path/to/shell}} {{username}}

  • List available shells:

chsh --list-shells