The OpenNET Project / Index page

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

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

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

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

  • BSD mandoc
     

    NAME

    
    
    getpid
    
     
    getppid
    
     - get parent or calling process identification
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <sys/types.h>
       #include <unistd.h>
    pid_t getpid (void);
    pid_t getppid (void);
     

    DESCRIPTION

    The getpid ();
    system call returns the process ID of the calling process. Though the ID is guaranteed to be unique, it should NOT be used for constructing temporary file names, for security reasons; see mkstemp(3) instead.

    The getppid ();
    system call returns the process ID of the parent of the calling process.  

    ERRORS

    The getpid ();
    and getppid ();
    system calls are always successful, and no return value is reserved to indicate an error.  

    SEE ALSO

    fork(2), getpgrp(2), kill(2), setpgid(2), setsid(2), exec(3)  

    STANDARDS

    The getpid ();
    and getppid ();
    system calls are expected to conform to St -p1003.1-90 .  

    HISTORY

    The getpid ();
    function appeared in AT&T System v7 .


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    ERRORS
    SEE ALSO
    STANDARDS
    HISTORY


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




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

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