The problem is to create a new user and assign a password for that user from the shell script instead of at prompt.
i have create a file using vi editor
and i have typed
useradd xyz
passwd xyz pqr
and when i run the shell by giving bash file name, the new user is created but the password is not assigned. it is treating pqr is also a username
please tell me how to assign password for a user from the shell script
[ October 16, 2003: Message edited by: pavan bellari ]