mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 15:26:02 +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.
|
||||
|
||||
- List all installed shells:
|
||||
|
||||
`chsh -l`
|
||||
|
||||
- Change shell:
|
||||
|
||||
`chsh -s {{path/to/shell_binary}} {{username}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue