The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-11-2008
shockneck shockneck is offline
Registered User
 

Join Date: Mar 2008
Location: Infractor's boudoir
Posts: 115
Quote:
Originally Posted by antalexi View Post
[...]What is the default max size for a group in /etc/group?
How do I change the default max size for a group to be unlimited (if possible)?[...]
IIRC there are problems when the maximum length of a line in /etc/groups exceeds 2048 chars (think limit depends on the tool (NIS,vi,grep ...) one uses for editing this file). To get by this you could define several group names which all have the same group ID with each line length staying below the limit. This will lead to all users belonging to the same group.
group01:400:nancy,shirley,tina,ethel,....
group02:400:anne,doreen,emma,herriette,....
group03:400:amy,dorothea,carly,donna,....
Reply With Quote