diff --git a/pages/common/chsh.md b/pages/common/chsh.md index 6627cfb8cb..9bc65443cc 100644 --- a/pages/common/chsh.md +++ b/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}}`