* 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