ID
010014
Á¦¸ñ
°¢ »ç¿ëÀÚ°¡ ¼ÓÇÑ groupÀÇ ÃÖ´ë¼ö Áõ°¡½ÃÅ°±â
ºÐ·ù
OS
Product
O/S
Solaris 2.x
Å°¿öµå
group user param.ha ngroup_max
1. ÇÑ »ç¿ëÀÚ°¡ ¼ÓÇÒ¼ö ÀÖ´Â groupÀÇ ¼ö´Â OS »ó¿¡¼ ¾Æ·¡¿Í °°ÀÌ /usr/include/sys/param.h ÈÀÏ¿¡ Á¤ÀÇ µÇ¾î ÀÖ´Â °Íó·³ ngroup_max º¯¼ö¿¡ ÀÇÇØ 16À¸·Î Á¦ÇѵȴÙ. /* * These define the maximum and minimum allowable values of the * configurable parameter NGROUPS_MAX. */ #define NGROUPS_UMIN 0 #define NGROUPS_UMAX 32 /* * NGROUPS_MAX_DEFAULT: *MUST* match NGROUPS_MAX value in limits.h. * Remember that the NFS protocol must rev. before this can be increased */ #define NGROUPS_MAX_DEFAULT 16 2. À̸¦ ´Ã·ÁÁÖ±â À§Çؼ´Â ¾Æ·¡¿Í °°ÀÌ /etc/systemÈÀÏ¿¡ ÁöÁ¤ÇÑÈÄ ½Ã½ºÅÛÀ» rebootingÇÑ´Ù. set ngroups_max_default = 20 /etc/system ÈÀÏ¿¡ ÁöÁ¤ÇÒ¼ö ÀÖ´Â ÃÖ´ë °ªÀº 32·Î Á¦ÇѵǾîÀÖ´Ù. 3. Important note ÀÌ º¯¼öÀÇ °ªÀº µÇµµ·ÏÀÌ¸é º¯°æÇÏÁö ¾ÊÀ» °ÍÀ» ±ÇÀ¯ÇÑ´Ù. ÀÌ º¯¼öÀÇ °ªÀÌ º¯°æµÇ¸é NFS¸¦ »ç¿ëÇÔ¿¡ ÀÖ¾î ¿µÇâÀ» ¹ÌÄ¥¼ö ÀÖ´Ù.