Nov 4, 2004 #1 talam MIS Joined Jun 22, 2001 Messages 47 Location CA There is a limitation for a user to belong to only 32 groups... how can this be changed in AIX or Linux (UNIX)? Is it even possible to be member of say 100 available groups (in other words completely drop this limit)? Please advise! thanks!
There is a limitation for a user to belong to only 32 groups... how can this be changed in AIX or Linux (UNIX)? Is it even possible to be member of say 100 available groups (in other words completely drop this limit)? Please advise! thanks!
Nov 4, 2004 #2 iknowitall IS-IT--Management Joined Oct 29, 2004 Messages 17 Location US This is set in /usr/include/sys/limits: #define NGROUPS_MAX 32 Upvote 0 Downvote