
19 Apr
2010
19 Apr
'10
21:49
* 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