manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 536 for sys (0.036 sec.)
Man page of UNSHARE 4597
UNSHARE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 unsha ... namespace. Use of CLONE_NEWCGROUP requires the CAP_SYS_ADMIN capability. CLONE_NEWIPC (Linux 2.6.19 以降) ... 空間のコピーを持つ。 このフラグを指定すると、 CLONE_SYSVSEM も暗黙のうちに指定される。 CLONE_NEWIPC を使用 ... するには CAP_SYS_ADMIN ケーパビリティが必要である。 CLONE_NEWNET (L ... 間のコピーを持つ。 CLONE_NEWNET を使用する には CAP_SYS_ADMIN ケーパビリティが必要である。 CLONE_NEWNS この ...
https://man.plustar.jp/manpage/man2/unshare.2.html - [similar]
Man page of GETRLIMIT 4597
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... rlimit - 資源の制限を取得/設定する 書式 #include < sys/time.h > #include < sys/resource.h > int getrlimit ... 特権プロセス (Linux では初期ユーザー名前空間で CAP_SYS_RESOURCE ケーパビリティ (capability) を持つプロセス ... is specified in bytes, and is rounded down to the system page size. This limit affects calls to brk (2), ... is specified in bytes, and is rounded down to the system page size. This limit affects calls to brk (2), ...
https://man.plustar.jp/manpage/man3/vlimit.3.html - [similar]
Man page of GETSOCKOPT 4551
GETSOCKOPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ge ... ットのオプションの設定と取得を行なう 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket ... ュールに 渡されて解釈される。インクルードファイル < sys/socket.h > には後述のソケット層のオプションの定義が ... コールは 4.2BSD で最初に現れた) 注意 POSIX.1 では < sys/types.h > のインクルードは必須とされておらず、 Lin ... OCKOPT , 参照 , getsockopt , setsockopt , optlen , sys Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man2/getsockopt.2.html - [similar]
Man page of GETSOCKOPT 4551
GETSOCKOPT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 ge ... ットのオプションの設定と取得を行なう 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket ... ュールに 渡されて解釈される。インクルードファイル < sys/socket.h > には後述のソケット層のオプションの定義が ... コールは 4.2BSD で最初に現れた) 注意 POSIX.1 では < sys/types.h > のインクルードは必須とされておらず、 Lin ... OCKOPT , 参照 , getsockopt , setsockopt , optlen , sys Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man2/setsockopt.2.html - [similar]
Man page of UNIX 4551
UNIX Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 unix - ロ ... ーカルな プロセス間通信用のソケット 書式 #include < sys/socket.h > #include < sys/un.h > unix_socket = soc ... t of the permissions on a socket file, and on some systems (e.g., older BSDs), the socket permissions are ... to obtain the definition of that structure from < sys/socket.h > . The use of this option is possible on ... ed の補助メッセージとして渡される。 この構造体は < sys/socket.h > で以下のように定義されている。 struct u ...
https://man.plustar.jp/manpage/man7/unix.7.html - [similar]
Man page of IOPRIO_SET 4458
IOPRIO_SET Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 io ... システムコールに対するラッパー関数を提供していない。 syscall (2) を使って呼び出すこと。 複数のプロセスやスレ ... デバイス単位に行われ、その選択は スペシャルファイル /sys/block/<device>/queue/scheduler 経由で行われる。 現 ... 在の I/O スケジューラは /sys ファイルシステム経由で参照できる。例えば、以下のコ ... れているスケジューラの全リストが表示される。 $ cat /sys/block/sda/queue/scheduler noop anticipatory deadli ...
https://man.plustar.jp/manpage/man2/ioprio_get.2.html - [similar]
Man page of IOPRIO_SET 4458
IOPRIO_SET Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 io ... システムコールに対するラッパー関数を提供していない。 syscall (2) を使って呼び出すこと。 複数のプロセスやスレ ... デバイス単位に行われ、その選択は スペシャルファイル /sys/block/<device>/queue/scheduler 経由で行われる。 現 ... 在の I/O スケジューラは /sys ファイルシステム経由で参照できる。例えば、以下のコ ... れているスケジューラの全リストが表示される。 $ cat /sys/block/sda/queue/scheduler noop anticipatory deadli ...
https://man.plustar.jp/manpage/man2/ioprio_set.2.html - [similar]
Man page of CONNECT 4411
CONNECT Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 conne ... ct - ソケットの接続を行う 書式 #include < sys/types.h > /* 「注意」参照 */ #include < sys/socket ... のポート番号がすべて使用中であった。 ip (7) の /proc/sys/net/ipv4/ip_local_port_range の議論を参照のこと。 ... は 4.2BSD で初めて実装された). 注意 POSIX.1 では < sys/types.h > のインクルードは必須とされておらず、 Lin ... ckets , アドレス , 参照 , sockfd , addr , エラー , sys , 注意 Linux マニュアル 一覧 [ man1 ] [ man2 ] [ m ...
https://man.plustar.jp/manpage/man2/connect.2.html - [similar]
Man page of STAT 4365
STAT Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 stat, fs ... fstatat - ファイルの状態を取得する 書式 #include < sys/types.h > #include < sys/stat.h > #include < unist ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int fstatat(int dirfd , const char * path ... トの場合には同じシステムでも異なる可能性がある)。 < sys/stat.h > から blkcnt_t の blksize_t 型定義を 読み込 ... ID の伝搬に BSD 方式を使用する 0400 S_ENFMT 002000 System V ファイルロックを強制する (S_ISGID と共有) 080 ...
https://man.plustar.jp/manpage/man2/fstat.2.html - [similar]
Man page of STAT 4365
STAT Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page 名前 stat, fs ... fstatat - ファイルの状態を取得する 書式 #include < sys/types.h > #include < sys/stat.h > #include < unist ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int fstatat(int dirfd , const char * path ... トの場合には同じシステムでも異なる可能性がある)。 < sys/stat.h > から blkcnt_t の blksize_t 型定義を 読み込 ... ID の伝搬に BSD 方式を使用する 0400 S_ENFMT 002000 System V ファイルロックを強制する (S_ISGID と共有) 080 ...
https://man.plustar.jp/manpage/man2/fstat64.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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