mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
chsh: added list chells command
This commit is contained in:
parent
87cf0ae9c7
commit
15c1798a15
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
> Change user's login shell.
|
> Change user's login shell.
|
||||||
|
|
||||||
|
- List all installed shells:
|
||||||
|
|
||||||
|
`chsh -l`
|
||||||
|
|
||||||
- Change shell:
|
- Change shell:
|
||||||
|
|
||||||
`chsh -s {{path/to/shell_binary}} {{username}}`
|
`chsh -s {{path/to/shell_binary}} {{username}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue