from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

210190

userrating:


May 25th. 2007:
Words

486

Views

259165

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

150528

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





group_member

Section: C Library Functions (3)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

group_member - test whether a process is in a group  

LIBRARY

Standard C library (libc,~-lc)  

SYNOPSIS

#include <unistd.h>
int group_member(gid_t gid);
Feature Test Macro Requirements for glibc (see feature_test_macros(7)): group_member():
    _GNU_SOURCE
 

DESCRIPTION

The group_member() function tests whether any of the caller's supplementary group IDs (as returned by getgroups(2)) matches gid.  

RETURN VALUE

The group_member() function returns nonzero if any of the caller's supplementary group IDs matches gid, and zero otherwise.  

STANDARDS

GNU.  

SEE ALSO

getgid(2), getgroups(2), getgrouplist(3), group(5)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUE
STANDARDS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.3 ms