hello list, I'm writing a shell skript to add a new user to the system. I have the username and the the password in Variables. I can create a user with "useradd", but can't supply the password. How do I set the password ? (not interactively) chpass is missing option -p for password. Any Ideas ? Z.