Re: How To Find Out Which Groups a Unix User Belongs To



For me id has always worked as root.- Masquer le texte des messages précédents -
Thank you for this input. I do see groups for some users

$ /usr/ucb/whoami
lschnei2
$ id -a root
uid=0(root) gid=1(other) groups=0(root),2(bin),3(sys),4(adm),5(uucp),
6(mail),7(tty),8(lp),9(nuucp),12(daemon)

So I can see the secondary groups of root.
.