Browse Source

chsh: added list chells command

Telmo "Trooper 6 years ago
parent
commit
15c1798a15
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/chsh.md

+ 4 - 0
pages/common/chsh.md

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