manページ検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 536 for sys (0.030 sec.)
Man page of MQ_GETATTR 3986
MQ_GETATTR Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 mq ... 値を制御できる。 $ uname -sr Linux 3.8.0 $ cat /proc/sys/fs/mqueue/msg_default 10 $ cat /proc/sys/fs/mqueue ... プログラムのソース #include < mqueue.h > #include < sys/stat.h > #include < fcntl.h > #include < stdio.h > ...
https://man.plustar.jp/manpage/man3/mq_setattr.3.html - [similar]
Man page of nfsd 3986
nfsd Section: Environments, Tables, and Troff Macros (7) Updated: 3 July 2003 Index JM Home Page ... ースを可能にするための、4 つのファイルがある: /proc/sys/sunrpc/nfs_debug /proc/sys/sunrpc/nfsd_debug /proc ... /sys/sunrpc/nlm_debug /proc/sys/sunrpc/rpc_debug これら ...
https://man.plustar.jp/manpage/man7/nfsd.7.html - [similar]
Man page of UDP 3986
UDP Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 udp - IPv ... の ユーザーデータグラムプロトコル 書式 #include < sys/socket.h > #include < netinet/in.h > #include < ne ... きる。 そうでない場合は、ソケット層は自動的に /proc/sys/net/ipv4/ip_local_port_range で定義されている範囲の ... る。 ソケットオプション IP_MTU_DISCOVER または /proc/sys/net/ipv4/ip_no_pmtu_disc ファイルを使って Path MTU ... ース システム全体の UDP パラメーター設定には、 /proc/sys/net/ipv4/ ディレクトリ内のファイルの読み書きでアク ...
https://man.plustar.jp/manpage/man7/udp.7.html - [similar]
JM Project (Japanese)::List(man1) 3986
Linux マニュアル 一覧表 アルファベット順 - s linuxマニュアルの s の一覧表です。 Linux マニュアル ... oot がログインできる端末のリスト security man2 afs_syscall, break, fattach, fdetach, ftime, getmsg, getpm ... 名前付きセマフォをクローズする semctl man2 semctl - System V セマフォの制御操作を行なう semget man2 semget ... - System V セマフォ集合の識別子を取得する semop man2 sem ... op, semtimedop - System V セマフォの操作 sem_open man3 sem_open - 名前付 ...
https://man.plustar.jp/manpage/man_s.html - [similar]
Man page of MKDIR 3939
MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir, ... mkdirat - ディレクトリを作成する 書式 #include < sys/stat.h > #include < sys/types.h > int mkdir(const ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int mkdirat(int dirfd , const char * path ... for the created directory depends on the operating system. For Linux, see NOTES below. 新しく作成されたデ ... ins characters not permitted by the underlying filesystem). ELOOP pathname を解決するときに、解決すべきシ ...
https://man.plustar.jp/manpage/man2/mkdir.2.html - [similar]
Man page of MKDIR 3939
MKDIR Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mkdir, ... mkdirat - ディレクトリを作成する 書式 #include < sys/stat.h > #include < sys/types.h > int mkdir(const ... clude < fcntl.h > /* AT_* 定数の定義 */ #include < sys/stat.h > int mkdirat(int dirfd , const char * path ... for the created directory depends on the operating system. For Linux, see NOTES below. 新しく作成されたデ ... ins characters not permitted by the underlying filesystem). ELOOP pathname を解決するときに、解決すべきシ ...
https://man.plustar.jp/manpage/man2/mkdirat.2.html - [similar]
Man page of SWAPON 3939
SWAPON Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 swapon ... 開始/停止する 書式 #include < unistd.h > #include < sys/swap.h > int swapon(const char * path , int swapfl ... 意」も参照のこと。 これらの関数は特権プロセス ( CAP_SYS_ADMIN ケーパビリティ (capability) を持つプロセス) ... 十分なメモリーがシステムにない。 EPERM 使用者が CAP_SYS_ADMIN ケーパビリティを持っていない。 もしくは、最大 ...
https://man.plustar.jp/manpage/man2/swapoff.2.html - [similar]
Man page of SWAPON 3939
SWAPON Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 swapon ... 開始/停止する 書式 #include < unistd.h > #include < sys/swap.h > int swapon(const char * path , int swapfl ... 意」も参照のこと。 これらの関数は特権プロセス ( CAP_SYS_ADMIN ケーパビリティ (capability) を持つプロセス) ... 十分なメモリーがシステムにない。 EPERM 使用者が CAP_SYS_ADMIN ケーパビリティを持っていない。 もしくは、最大 ...
https://man.plustar.jp/manpage/man2/swapon.2.html - [similar]
Man page of ACCT 3939
ACCT Section: Linux Programmer's Manual (5) Updated: 2017-09-15 Index JM Home Page 名前 acct - プ ... ロセスアカウンティングファイル 書式 #include < sys/acct.h > 説明 カーネルがプロセスアカウンティングの ... は、終了したプロセスに関する情報を保持するもので、 < sys/acct.h > で以下のように定義されている。 #define AC ... ac_utime; /* User CPU time */ comp_t ac_stime; /* System CPU time */ comp_t ac_etime; /* Elapsed time */ ... ock ticks" 単位で計測した時間である。 これらの値を sysconf(_SC_CLK_TCK) で割ると、秒に変換できる。 バージ ...
https://man.plustar.jp/manpage/man5/acct.5.html - [similar]
Man page of SYSCTL 3939
SYSCTL Section: (8) Updated: 21 Sep 1999 Index JM Home Page 名前 sysctl - 実行時にカーネルパラメ ... ータを設定する 書式 sysctl [-n] [-e] variable ... sysctl [-n] [-e] [-q] -w ... variable=value ... sysctl [-n] [-e] [-q] -p <filename> sysctl [-n] [-e] - ... a sysctl [-n] [-e] -A 説明 sysctl はカーネルのパラメータ ... に修正するのに用いる。 変更できるパラメータは /proc/sys/ 以下にリストされているものである。 Linux における ...
https://man.plustar.jp/manpage/man8/sysctl.8.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 NEXT

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