![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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. |
More UNIX and Linux Forum Topics 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 05:30 PM |
| Volume Group Size | ugxd14 | AIX | 3 | 09-11-2006 12:26 PM |
| max size of a volum group with 5.3 | pascalbout | AIX | 2 | 09-06-2006 09:15 AM |
| entry in /etc/group too long - problem using sudo with %group | poli | SUN Solaris | 4 | 12-21-2004 09:50 AM |
| How to check size of Volume Group | s_aamir | UNIX for Advanced & Expert Users | 4 | 11-27-2001 05:07 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 ? |
|
||||
|
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,.... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|