diff --git a/pages/common/chsh.md b/pages/common/chsh.md index d6fb26d14..36a6bc9a4 100644 --- a/pages/common/chsh.md +++ b/pages/common/chsh.md @@ -1,20 +1,20 @@ # chsh -> Change the user's login shell. +> Change user's login shell. > More information: . -- Change the current user's login shell interactively: +- Set a specific login shell for the current user interactively: `chsh` -- Change the login shell of the current user: +- Set a specific login [s]hell for the current user: `chsh -s {{path/to/shell}}` -- Change the login shell for a given user: +- Set a login [s]hell for a specific user: `chsh -s {{path/to/shell}} {{username}}` -- List available shells: +- [l]ist available shells: -`chsh --list-shells` +`chsh -l` diff --git a/pages/linux/chsh.md b/pages/linux/chsh.md deleted file mode 100644 index def8fa9fa..000000000 --- a/pages/linux/chsh.md +++ /dev/null @@ -1,20 +0,0 @@ -# chsh - -> Change the user's login shell. -> More information: . - -- Change the current user's login shell interactively: - -`chsh` - -- Change the current user's login shell: - -`chsh --shell {{path/to/shell}}` - -- Change the login shell for a given user: - -`chsh --shell {{path/to/shell}} {{username}}` - -- List available shells: - -`chsh --list-shells`