how to create

Hi,
I am new to solaris10. I want to add a user without prompting for any password, while logging to his machine

Can someone tell me how to do that???

Thiru

useradd -u <any uid> -g sys -d /export/home/user -m -s /bin/sh -c "Free User"
Then back up the /etc/passwd file.
vi /etc/passwd
put "NP" in the 2nd column
username: password:uid:gid:gcos-field:home-dir:login-shell

please work with the sol10 admin guides. the basic admin set will help you along. Solaris 10 System Administrator Collection - Sun Microsystems