The OpenNET Project / Index page

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

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

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

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

    NAME

    getuid, geteuid, getgid, getegid - get real user, effective user, real group, and effective group IDs
     
    

    SYNOPSIS

    #include <sys/types.h>
    #include <unistd.h>
    
    uid_t getuid(void);
    

    uid_t geteuid(void);
    

    gid_t getgid(void);
    

    gid_t getegid(void);
    

     

    DESCRIPTION

    The getuid() function returns the real user ID of the calling process. The real user ID identifies the person who is logged in.

    The geteuid() function returns the effective user ID of the calling process. The effective user ID gives the process various permissions during execution of "set-user-ID" mode processes which use getuid() to determine the real user ID of the process that invoked them.

    The getgid() function returns the real group ID of the calling process.

    The getegid() function returns the effective group ID of the calling process.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    Intro(2), setuid(2), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    ATTRIBUTES
    SEE ALSO


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




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

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