From 3947b1c14e8059bf47af5604d112e7c449758039 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:09:48 +0300 Subject: [PATCH] chsh: remove sudo where not needed (#13746) --- pages.nl/linux/chsh.md | 6 +++--- pages/linux/chsh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.nl/linux/chsh.md b/pages.nl/linux/chsh.md index a636a4afc2..aa494ec3bf 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 f8bbdbba33..0020e136cc 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`