The OpenNET Project / Index page

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

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

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

fd (4)
  • >> fd (4) ( Solaris man: Специальные файлы /dev/* )
  • fd (4) ( FreeBSD man: Специальные файлы /dev/* )
  • fd (4) ( Русские man: Специальные файлы /dev/* )
  • fd (4) ( Linux man: Специальные файлы /dev/* )
  • fd (7) ( Solaris man: Макропакеты и соглашения )
  •  

    NAME

    fd - file descriptor files
     
    

    DESCRIPTION

    These files, conventionally called /dev/fd/0, /dev/fd/1, /dev/fd/2, and so on, refer to files accessible through file descriptors. If file descriptor n is open, these two system calls have the same effect:

    fd = open("/dev/fd/n",mode);
    fd = dup(n);
    

    On these files creat(2) is equivalent to open, and mode is ignored. As with dup, subsequent reads or writes on fd fail unless the original file descriptor allows the operations.

    For convenience in referring to standard input, standard output, and standard error, an additional set of names is provided: /dev/stdin is a synonym for /dev/fd/0, /dev/stdout for /dev/fd/1, and /dev/stderr for /dev/fd/2.  

    SEE ALSO

    creat(2), dup(2), open(2)  

    DIAGNOSTICS

    open(2) returns -1 and EBADF if the associated file descriptor is not open.


     

    Index

    NAME
    DESCRIPTION
    SEE ALSO
    DIAGNOSTICS


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




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

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