manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 3103 for LINUX (0.031 sec.)
Man page of SETFSGID 3003
SETFSGID Section: Linux Programmer's Manual (2) Updated: 2019-05-09 Index JM Home Page 名前 setf ... sys/fsuid.h > int setfsgid(uid_t fsgid ); 説明 On Linux, a process has both a filesystem group ID and an e ... ffective group ID. The (Linux-specific) filesystem group ID is used for permissi ... バージョン このシステムコールはバージョン 1.2 以降の Linux に存在する。 準拠 setfsgid () は Linux 特有であり、 ... al reasons that are no longer applicable on modern Linux kernels. See setfsuid (2) for a discussion of why ...
https://man.plustar.jp/manpage/man2/setfsgid32.2.html - [similar]
Man page of PACKET 3003
PACKET Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 packet ... ーフェース 書式 #include < sys/socket.h > #include < linux/if_packet.h > #include < net/ethernet.h > /* L2 プ ... 定できるプロトコルのリストは、インクルードファイル < linux/if_ether.h > を参照。プロトコルを htons(ETH_P_ALL) ... 、他のヘッダーを常に追加するものもある。 SOCK_RAW は Linux 2.0 の obosolete な AF_INET/SOCK_PACKET と似ている ... col type in network byte order as defined in the < linux/if_ether.h > include file. It defaults to the sock ...
https://man.plustar.jp/manpage/man7/packet.7.html - [similar]
Man page of SENDFILE 2960
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ソケットを指定することはできない)。 2.6.33 より前の Linux カーネルでは out_fd はソケットを参照していなければ ... な らない。Linux 2.6.33 以降では、任意のファイルを参照することができ ... input file is not seekable. バージョン sendfile は Linux 2.2 で初めて登場した。 インクルードファイル < sys/ ... れている TCP_CORK オプションを使うといいだろう。 In Linux 2.4 and earlier, out_fd could also refer to a regu ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
Man page of SENDFILE 2960
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ソケットを指定することはできない)。 2.6.33 より前の Linux カーネルでは out_fd はソケットを参照していなければ ... な らない。Linux 2.6.33 以降では、任意のファイルを参照することができ ... input file is not seekable. バージョン sendfile は Linux 2.2 で初めて登場した。 インクルードファイル < sys/ ... れている TCP_CORK オプションを使うといいだろう。 In Linux 2.4 and earlier, out_fd could also refer to a regu ...
https://man.plustar.jp/manpage/man2/sendfile64.2.html - [similar]
Man page of SYNC 2960
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... nsufficient storage space. バージョン syncfs () は Linux 2.6.39 で初めて登場した。 ライブラリによるサポート ... X.1-2001, POSIX.1-2008, SVr4, 4.3BSD. syncfs () is Linux 固有である。 注意 Linux での sync () のプロトタイプ ... return before the actual writing is done. However Linux waits for I/O completions, and thus sync () or syn ... when passed a bad file descriptor ( EBADF ). Since Linux 5.8, syncfs () will also report an error if one or ...
https://man.plustar.jp/manpage/man2/sync.2.html - [similar]
Man page of SYNC 2960
SYNC Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 sync, sy ... nsufficient storage space. バージョン syncfs () は Linux 2.6.39 で初めて登場した。 ライブラリによるサポート ... X.1-2001, POSIX.1-2008, SVr4, 4.3BSD. syncfs () is Linux 固有である。 注意 Linux での sync () のプロトタイプ ... return before the actual writing is done. However Linux waits for I/O completions, and thus sync () or syn ... when passed a bad file descriptor ( EBADF ). Since Linux 5.8, syncfs () will also report an error if one or ...
https://man.plustar.jp/manpage/man2/syncfs.2.html - [similar]
Man page of RANDOM 2960
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... andom - カーネル乱数ソースデバイス 書式 #include < linux/random.h > int ioctl( fd , RND request , param ); ... 説明 (Linux 1.3.30 から提供されている) /dev/random 、 /dev/ura ... する。 このエントロピープールから乱数が生成される。 Linux 3.17 and later provides the simpler and safer getr ... EINTR , if interrupted by a signal handler. Since Linux 3.16, a read (2) from /dev/urandom will return at ...
https://man.plustar.jp/manpage/man4/random.4.html - [similar]
Man page of RANDOM 2960
RANDOM Section: Linux Programmer's Manual (4) Updated: 2017-09-15 Index JM Home Page 名前 random ... andom - カーネル乱数ソースデバイス 書式 #include < linux/random.h > int ioctl( fd , RND request , param ); ... 説明 (Linux 1.3.30 から提供されている) /dev/random 、 /dev/ura ... する。 このエントロピープールから乱数が生成される。 Linux 3.17 and later provides the simpler and safer getr ... EINTR , if interrupted by a signal handler. Since Linux 3.16, a read (2) from /dev/urandom will return at ...
https://man.plustar.jp/manpage/man4/urandom.4.html - [similar]
Man page of SETFSUID 2940
SETFSUID Section: Linux Programmer's Manual (2) Updated: 2019-05-09 Index JM Home Page 名前 setf ... sys/fsuid.h > int setfsuid(uid_t fsuid ); 説明 On Linux, a process has both a filesystem user ID and an ef ... fective user ID. The (Linux-specific) filesystem user ID is used for permissio ... e (were) usually used only by programs such as the Linux NFS server that need to change what user and group ... バージョン このシステムコールはバージョン 1.2 以降の Linux に存在する。 準拠 setfsuid () は Linux 特有であり、 ...
https://man.plustar.jp/manpage/man2/setfsuid.2.html - [similar]
Man page of SETFSUID 2940
SETFSUID Section: Linux Programmer's Manual (2) Updated: 2019-05-09 Index JM Home Page 名前 setf ... sys/fsuid.h > int setfsuid(uid_t fsuid ); 説明 On Linux, a process has both a filesystem user ID and an ef ... fective user ID. The (Linux-specific) filesystem user ID is used for permissio ... e (were) usually used only by programs such as the Linux NFS server that need to change what user and group ... バージョン このシステムコールはバージョン 1.2 以降の Linux に存在する。 準拠 setfsuid () は Linux 特有であり、 ...
https://man.plustar.jp/manpage/man2/setfsuid32.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022