I need to create bunch of new users with given password. What I want is a script that I would pass the user name of new user and it will create/add the user and set its password. (the password is the same for all new users - no security issues here.)
Any suggestions how to do that on SuSE from command line?
-p password Encrypted password as returned by crypt(3)
any idea how I can generate it from a text? – Radek Jul 17 '12 at 04:56