The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

initgroups (3)
  • initgroups (3) ( Solaris man: Библиотечные вызовы )
  • >> initgroups (3) ( FreeBSD man: Библиотечные вызовы )
  • initgroups (3) ( Русские man: Библиотечные вызовы )
  • initgroups (3) ( Linux man: Библиотечные вызовы )

  • BSD mandoc
     

    NAME

    
    
    initgroups
    
     - initialize group access list
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <unistd.h>
    int initgroups (const char *name gid_t basegid);
     

    DESCRIPTION

    The initgroups ();
    function uses the getgrouplist(3) function to calculate the group access list for the user specified in Fa name . This group list is then setup for the current process using setgroups(2). The Fa basegid is automatically included in the groups list. Typically this value is given as the group number from the password file.  

    RETURN VALUES

    Rv -std initgroups  

    ERRORS

    The initgroups ();
    function may fail and set errno for any of the errors specified for the library function setgroups(2).  

    SEE ALSO

    setgroups(2), getgrouplist(3)  

    HISTORY

    The initgroups ();
    function appeared in BSD 4.2  

    BUGS

    The getgrouplist ();
    function called by initgroups ();
    uses the routines based on getgrent(3). If the invoking program uses any of these routines, the group structure will be overwritten in the call to initgroups (.);


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    SEE ALSO
    HISTORY
    BUGS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру