From e895215ed1320380b0d90e541b440cbf4b85d9c1 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:20:57 +0200 Subject: [PATCH] chsh: add Dutch translation (#13380) --- pages.nl/linux/chsh.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages.nl/linux/chsh.md diff --git a/pages.nl/linux/chsh.md b/pages.nl/linux/chsh.md new file mode 100644 index 0000000000..a636a4afc2 --- /dev/null +++ b/pages.nl/linux/chsh.md @@ -0,0 +1,21 @@ +# chsh + +> Verander de login shell van een gebruiker. +> Onderdeel van `util-linux`. +> Meer informatie: . + +- Stel een specifieke login shell interactief in voor de huidige gebruiker: + +`sudo chsh` + +- Stel een specifieke login[s]hell in voor de huidige gebruiker: + +`sudo chsh --shell {{pad/naar/shell}}` + +- Stel een login[s]hell in voor een specifieke gebruiker: + +`sudo chsh --shell {{pad/naar/shell}} {{gebruikersnaam}}` + +- Toon ([l]) beschikbare shells: + +`sudo chsh --list-shells`