![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monkcast #12: IBM HW group OEMs Solaris to chagrin of SW group & a ... - ZDNet.com bl | iBot | UNIX and Linux RSS News | 0 | 08-17-2007 01:30 PM |
| Volume Group Size | ugxd14 | AIX | 3 | 09-11-2006 08:26 AM |
| max size of a volum group with 5.3 | pascalbout | AIX | 2 | 09-06-2006 05:15 AM |
| entry in /etc/group too long - problem using sudo with %group | poli | SUN Solaris | 4 | 12-21-2004 05:50 AM |
| How to check size of Volume Group | s_aamir | UNIX for Advanced & Expert Users | 4 | 11-27-2001 01:07 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
There is a file called /usr/include/sys/limits.h - which shows system limits (not sets them)
In there, I suspect the one you are interested in is: /* RUN-TIME INVARIANT VALUES The system supports the following fixed magnitude limitations. */ #define MAX_INPUT 512 /* max bytes in terminal input queue, >= 256+64 */ #define NGROUPS_MAX 128 /* max number of supplementary group IDs per process, >= 0 */ now, why it says "per process" seems unusual, what limit did you hit ? |
|
||||
|
here is the same line:
#define NGROUPS_MAX 128 /* max number of supplementary group IDs per process, >= 0 */ Is the 128, the number of groups a user can belong to? I'm assuming the "group IDs per process" is actually groups per user. On our server, 16 groups is the maximum for any given user. We were told that we can adjust this number to 32, but where is this setting? |
|
|||
|
Quote:
I also would like to know if there is a limit on the line length of lines in /etc/group. I believe there is and that it is about 1000 characters but search as I have I cannot find any information about it. It may be that there is a limit imposed by ypmake which promulgates the /etc/group file. Did you find an answer to your original question? Can anybody advise where else I could look to find the answer? Thx |
|
|||
|
Quote:
group01:400:nancy,shirley,tina,ethel,.... group02:400:anne,doreen,emma,herriette,.... group03:400:amy,dorothea,carly,donna,.... |
|||
| Google UNIX.COM |