1
0
Fork 0
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:
Telmo "Trooper 2018-08-08 21:02:35 -03:00 committed by Agniva De Sarker
parent 87cf0ae9c7
commit 15c1798a15

View file

@ -2,6 +2,10 @@
> Change user's login shell.
- List all installed shells:
`chsh -l`
- Change shell:
`chsh -s {{path/to/shell_binary}} {{username}}`