assigning solaris 10 user to multiple groups
NandinhoAug 29 2012 — edited Aug 30 2012Hi all!
I am trying to assign a particular user to multiple groups, but with no success, this user already belongs to group bbc, and I want to insert him also in group cnn
what I did was:
usermod -G bbc,cnn <username>
But when I run the "id" command, it tells me that the user belongs to group bbc.
Please can you help?
FR