what is the procedure now
do i need to create user first or do i need to create group
are these same to compare with windows
like we create user1,2,3,4,5 ---- and give profile (sales)
in windows to my knowledge (sales) is a profile which is assigned to user1 2 3 4 ---
if iam rong correct me
in the same way in solaris 10 do i need to create group(sales)
and then assign user to that group
what if i create every user1 in a new group
u1-g1
u2-g2
and go on
or do i need to make my mind to create group first and then assign into the users
can you please explain. in briefly
Main Topics
Browse All Topics





by: yuzhPosted on 2006-11-12 at 17:08:08ID: 17927407
In Solaris 10, you can use Solaris Management Console (GUI):
cs/doc/817 -1985/6mhm 8o5lc?a=vi ew
cs/doc/817 -1985
cs/coll/47 .16
/usr/sadm/bin/smc &
to add user or group, or perform other task,
Please read the Sun doc:
http://docs.sun.com/app/do
the Full doc:
http://docs.sun.com/app/do
other Solaris 10 docs: (you can download thr PDF files)
http://docs.sun.com/app/do
>>where -g means groupid which is 200( why 200 ?)
the syntax for groupadd is:
/usr/sbin/groupadd [-g gid [-o]] group
man groupadd to learn more details
200 is the GID, you need you have a look at /etc/group file to make sure 200 is available for you.
you can also do:
groupadd accounting
the system will automatically give you a valid group id.