diff --git a/pages.nl/linux/chsh.md b/pages.nl/linux/chsh.md index a636a4afc..aa494ec3b 100644 --- a/pages.nl/linux/chsh.md +++ b/pages.nl/linux/chsh.md @@ -6,11 +6,11 @@ - Stel een specifieke login shell interactief in voor de huidige gebruiker: -`sudo chsh` +`chsh` - Stel een specifieke login[s]hell in voor de huidige gebruiker: -`sudo chsh --shell {{pad/naar/shell}}` +`chsh --shell {{pad/naar/shell}}` - Stel een login[s]hell in voor een specifieke gebruiker: @@ -18,4 +18,4 @@ - Toon ([l]) beschikbare shells: -`sudo chsh --list-shells` +`chsh --list-shells` diff --git a/pages/linux/chsh.md b/pages/linux/chsh.md index f8bbdbba3..0020e136c 100644 --- a/pages/linux/chsh.md +++ b/pages/linux/chsh.md @@ -6,11 +6,11 @@ - Set a specific login shell for the current user interactively: -`sudo chsh` +`chsh` - Set a specific login [s]hell for the current user: -`sudo chsh --shell {{path/to/shell}}` +`chsh --shell {{path/to/shell}}` - Set a login [s]hell for a specific user: @@ -18,4 +18,4 @@ - [l]ist available shells: -`sudo chsh --list-shells` +`chsh --list-shells`