
Hello, i need some help. After installing grml-squeeze on my netbook ausus 1005ha-m the from my added users don't use the zsh, they use bash.
What must i do, that all users use zsh?
Thanks for your help.
Dietmar

* Dietmar Segbert wrote [19.04.10 22:14]: Hi,
What must i do, that all users use zsh?
You have to specify which shell shall be used while creating a new user. You can do this for example via adduser --shell /bin/zsh
To change the shell after you created the user use chsh and specify /bin/zsh as shell.
Ulrich

On 04/19/2010 09:49 PM, Ulrich Dangel wrote:
- Dietmar Segbert wrote [19.04.10 22:14]:
What must i do, that all users use zsh?
You have to specify which shell shall be used while creating a new user. You can do this for example via adduser --shell /bin/zsh
To have adduser automatically set a different shell have a look at "/etc/adduser.conf". You should find a DSHELL-variable.
Greetings, - Darsha
participants (3)
-
Darshaka Pathirana
-
didi.segbert@arcor.de
-
Ulrich Dangel