Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

useradd question

Status
Not open for further replies.

ssaachi

Technical User
Sep 24, 2001
42
US
how do I create a no login userid for which a passwd is not required.
I normally add userid using
useradd -u 11111 -g 14 -d /export/home/user1 -m -s /bin/ksh -c " user1 " user1
thanks for your help
 
it looks like you want to cr8 a process user edit /etc/shadow file and keep NP at the password field.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top