Computing.Net > Forums > Solaris > Create user / pw in Solaris

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Create user / pw in Solaris

Reply to Message Icon

Name: rezasuman
Date: June 4, 2003 at 06:31:31 Pacific
OS: Solaris 8
CPU/Ram: 1 Gig
Comment:

Besides using admin tool, is there another way (eg command line) to create user id and pw and set permissions?

Thanks,
Suman



Sponsored Link
Ads by Google

Response Number 1
Name: nikos
Date: June 5, 2003 at 06:10:26 Pacific
Reply:

1.useradd -u {UID} -g {GID} -d {home directory} -m -k /etc/skel -s {path_to_shell} -c "comment" login_name
2.passwd root
3.chmod ugo+rwx test.txt.Add (+) read write execute (rwx) to user group other (ugo) on file test.txt


0

Response Number 2
Name: Jari
Date: June 6, 2003 at 08:10:48 Pacific
Reply:

You could also check ...

# man useradd

... this lists the functionality of the "useradd" command.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Create user / pw in Solaris

How to allot the user quota in solaris? www.computing.net/answers/solaris/how-to-allot-the-user-quota-in-solaris/1865.html

disabling the login in Solaris www.computing.net/answers/solaris/disabling-the-login-in-solaris/2864.html

Configure the Domain in Solaris www.computing.net/answers/solaris/configure-the-domain-in-solaris-/3652.html