码迷,mamicode.com
首页 > 其他好文 > 详细

理解 process.initgroups(user, extra_group)

时间:2014-07-05 22:52:21      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:linux   c语言   nodejs   process   initgroups   

这个函数是对 linux  C函数 initgroups()  的包装 node.js 官方文档很含糊,还是看 linux C函数文档的解释!很清楚明白。


The initgroups() function uses the getgrouplist(3) function to calculate
     the supplementary group IDs for the user specified in name. This group
     list then set up for the current process using setgroups(2).  The basegid
     is automatically included in the group list.  Typically this value is
     given as the group number from the password file.
参考: http://www.man7.org/linux/man-pages/man3/initgroups.3.html

理解 process.initgroups(user, extra_group),布布扣,bubuko.com

理解 process.initgroups(user, extra_group)

标签:linux   c语言   nodejs   process   initgroups   

原文地址:http://blog.csdn.net/liveinjs/article/details/36935501

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!