posix_getegid -- Return the effective group ID of the current process Description intposix_getegid( void ) Return the numeric effective group ID of the current process. See alsoposix_getgrgid()for information on how to convert this into a useable group name....
类名称:POSIX方法名:getegid POSIX.getegid介绍 暂无 代码示例 代码示例来源:origin: net.oneandone.stool/main public static int getegid() { return POSIX.getegid(); } } 代码示例来源:origin: com.github.jnr/jnr-posix public boolean groupMember(int gid) { return posix.getgid() == gid || posix....