The OpenNET Project / Index page

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

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

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

system (3)
  • system (3) ( Solaris man: Библиотечные вызовы )
  • >> system (3) ( FreeBSD man: Библиотечные вызовы )
  • system (3) ( Русские man: Библиотечные вызовы )
  • system (3) ( Linux man: Библиотечные вызовы )
  • system (3) ( POSIX man: Библиотечные вызовы )
  • system (4) ( Solaris man: Специальные файлы /dev/* )
  • Ключ system обнаружен в базе ключевых слов.

  • BSD mandoc
     

    NAME

    
    
    system
    
     - pass a command to the shell
    
     
    

    LIBRARY

    Lb libc
    
     
    

    SYNOPSIS

       #include <stdlib.h>
    int system (const char *string);
     

    DESCRIPTION

    The system ();
    function hands the argument Fa string to the command interpreter sh(1). The calling process waits for the shell to finish executing the command, ignoring SIGINT and SIGQUIT and blocking SIGCHLD

    If Fa string is a NULL pointer, system ();
    will return non-zero if the command interpreter sh(1) is available, and zero if it is not.  

    RETURN VALUES

    The system ();
    function returns the exit status of the shell as returned by waitpid(2), or -1 if an error occurred when invoking fork(2) or waitpid(2). A return value of 127 means the execution of the shell failed.  

    SEE ALSO

    sh(1), execve(2), fork(2), waitpid(2), popen(3)  

    STANDARDS

    The system ();
    function conforms to St -isoC and is expected to be St -p1003.2 compatible.


     

    Index

    NAME
    LIBRARY
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    SEE ALSO
    STANDARDS


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




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

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