![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User creation | lbreddy | SUN Solaris | 7 | 03-08-2008 02:45 AM |
| User Creation in Sun Solaris | manoj.solaris | SUN Solaris | 1 | 09-12-2007 04:14 AM |
| user creation privileage | jarkvarma | UNIX for Dummies Questions & Answers | 4 | 11-09-2001 08:07 AM |
| user creation problem | jarkvarma | UNIX for Dummies Questions & Answers | 1 | 11-05-2001 10:11 AM |
| Moving files based on creation date | dgoyea | UNIX for Dummies Questions & Answers | 1 | 06-28-2001 02:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
|
| Forum Sponsor | ||
|
|
|
|||
|
do a man on useradd...syntax is useradd -u -g -d -s -c -m...
u=uid g=gid d=home dir s=shell c=comment m=login eg... useradd –u (uid)1060 –g (gid)1 –d (home dir) /export/home/testuser –s (shell)/bin/ksh –c(comment)TESTUSER –m (login)testuser hope this helps...make sure of the blank spaces...-c doesn't have one tail the /etc/passwd to check the next uid and /etc/group for the group... |
|
|||
|
Well thats fine and dandy, but still doesn't answer my question.
Looking for a text based creation tool for Solaris. AIX (IBM Unix) uses smit. adduser doesn't do passwords, you have to know about the shadow file, and an existing password to be able to login, otherwise if you have PASSREQ=YES in the profile, it doesn't work. Works great for moveing user to different groups and user addministration as long as you remember everything. Just want a simple text based interface to create users and such |
|
|||
|
I don't know about any text based tool but when you add user as root you can very easily change that users password as root...
passwd username...then login...after that the user can change the passwd again...hope this helps...sorry if I didn't answer your question completely |
|
|||
|
is your O.S 2.5 or 5.7 ?? if your o.s is 5.7 which is Solaris 2.7 (sort of), you can try "admintool" . (i.e. $su - $admintool this will bring you a GUI base tool to add user, printer...) Hope this help
__________________
:rolleyes: |