The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Removing user from multiple groups via command line
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Removing user from multiple groups via command line
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-28-2004
pressy
solaris cultist
Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
you could redefine his groups with the command usermod:
# groups test
other bin sys lp
# usermod -G bin,sys test
# groups test
other bin sys
where other is the default group...
gP
pressy
View Public Profile
Visit pressy's homepage!
Find all posts by pressy
Find pressy's past nominations received
Find pressy's present nominations given