On Thu, 20 Nov 2003 23:21:03 +0100 Christian Eichert <moga@multimedia.homelinux.org> wrote: > muss ich dass jedesmal eingeben wenn ich einen neuen user anlege ? > > also > > adduser xyz > chsh -s /usr/bin/passwd xyz nein, musst du nicht. Aus `man adduser`: --shell SHELL Use SHELL as the user's login shell, rather than the default specified by the configuration file. also einfach `adduser --shell /usr/bin/passwd <username>` Gruss, Serge