how will u create user with out asking a password?
Answer Posted / ksr
root@guestws # useradd -c "test user" -d
/export/home/test123 -m -s /bin/ksh test123
64 blocks
This is the entry from /etc/passwd file
test123:x:14006:1:test user:/export/home/test123:/bin/ksh
root@guestws # tail /etc/shadow
test123:*LK*:::::::
root@guestws # passwd -u test123
passwd: password information changed for test123
root@guestws # tail /etc/shadow
test123::14642::::::
Here you can login to "test123", but it won't ask you any
password.
root@guestws # su - test123
Sun Microsystems Inc. SunOS 5.10 Generic January 2005
$ pwd
/export/home/test123
$ id -a
uid=14006(test123) gid=1(other) groups=1(other)
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
In a two node cluster i have typed #hastart command in one node.The cluster is starting in second node also,what is going in background?
hi to all,, i need few real time issues please provide me,, if you have any,,,
What is the zone in DNS?
How do u know that,what patch can be applicable on the system?
Local zone in shutting down state.how to bring state of zone to installed?
Hi, I need information regarding LDOMS.Like What is LDOMS ,Creation of LDOMS, errors on LDOMS, troubleshooting LDOMS...etc.... pls post the info. Regards, Naresh
What is cachefs?
when i am starting solaris10 with 'fail safe mode' on intel machine it is asking "#starting shell".what is it and how to solve this problem?
how can u give space garentee for volume in netapp storage
What is the use of Sam utility in solaris
How to create a gateway?
what is mean by netfmd in sun cluster what is the use of netfmd and what is the relation between ccd and netfmd?