Browse Source

chsh: add Dutch translation (#13380)

Sebastiaan Speck 7 months ago
parent
commit
e895215ed1
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages.nl/linux/chsh.md

+ 21 - 0
pages.nl/linux/chsh.md

@@ -0,0 +1,21 @@
+# chsh
+
+> Verander de login shell van een gebruiker.
+> Onderdeel van `util-linux`.
+> Meer informatie: <https://manned.org/chsh>.
+
+- 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`