diff options
Diffstat (limited to '')
-rw-r--r-- | man/de/man1/chsh.1 | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/man/de/man1/chsh.1 b/man/de/man1/chsh.1 index 666adc2..e7e7352 100644 --- a/man/de/man1/chsh.1 +++ b/man/de/man1/chsh.1 @@ -2,12 +2,12 @@ .\" Title: chsh .\" Author: Julianne Frances Haugh .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 08.11.2022 -.\" Manual: Dienstprogramme f\(:ur Benutzer -.\" Source: shadow-utils 4.13 +.\" Date: 21.06.2024 +.\" Manual: User Commands +.\" Source: shadow-utils 4.15.2 .\" Language: German .\" -.TH "CHSH" "1" "08.11.2022" "shadow\-utils 4\&.13" "Dienstprogramme f\(:ur Benutzer" +.TH "CHSH" "1" "21.06.2024" "shadow\-utils 4\&.15\&.2" "User Commands" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -31,7 +31,7 @@ chsh \- \(:andert die Anmelde\-Shell .SH "\(:UBERSICHT" .HP \w'\fBchsh\fR\ 'u -\fBchsh\fR [\fIOptionen\fR] [\fIANMELDENAME\fR] +\fBchsh\fR [\fIoptions\fR] [\fILOGIN\fR] .SH "BESCHREIBUNG" .PP The @@ -45,7 +45,7 @@ command are: .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 -zeigt die Hilfe an und beendet das Programm +zeigt die Hilfe an und beendet das Programm\&. .RE .PP \fB\-R\fR, \fB\-\-root\fR\ \&\fICHROOT_DIR\fR @@ -59,7 +59,11 @@ directory\&. Only absolute paths are supported\&. .PP \fB\-s\fR, \fB\-\-shell\fR\ \&\fISHELL\fR .RS 4 -The name of the user\*(Aqs new login shell\&. Setting this field to blank causes the system to select the default login shell\&. +\(:andert die Anmelde\-Shell des Benutzers\&. Mit dem Leerstring als +\fISHELL\fR +wird dieser in die Datei +/etc/passwd +\(:ubernommen und dem Benutzer nach der Anmeldung die Standard\-Shell des Systems zur Verf\(:ugung gestellt\&. .RE .PP If the @@ -77,6 +81,12 @@ The only restriction placed on the login shell is that the command name must be in /etc/shells is discouraged since accidentally changing to a restricted shell would prevent the user from ever changing her login shell back to its original value\&. +.PP +For this reason, placing +/bin/rsh +in +/etc/shells +is discouraged since accidentally changing to a restricted shell would prevent the user from ever changing her login shell back to its original value\&. .SH "KONFIGURATION" .PP The following configuration variables in @@ -91,12 +101,12 @@ Informationen zu den Benutzerkonten .PP /etc/shells .RS 4 -Liste der m\(:oglichen Anmelde\-Shells +Liste g\(:ultiger Anmelde\-Shells .RE .PP /etc/login\&.defs .RS 4 -Konfiguration der Shadow\-Passwort\-Werkzeugsammlung +konfiguriert die Shadow\-Hilfsprogramme\&. .RE .SH "SIEHE AUCH" .PP |