diff --git a/pages/common/chsh.md b/pages/common/chsh.md index 9bc65443cc..6627cfb8cb 100644 --- a/pages/common/chsh.md +++ b/pages/common/chsh.md @@ -2,10 +2,6 @@ > Change user's login shell. -- List all installed shells: - -`chsh -l` - - Change shell: `chsh -s {{path/to/shell_binary}} {{username}}`