Results of 1 - 10 of about 234 for OPTIONS (0.019 sec.)
- Man page of RESOLV.CONF 13466
- RESOLV.CONF Section: Linux Programmer's Manual (5) Updated: 2020-08-13 Index JM Home Page 名前 r
...
ーバへの不必要なトラフィックを避けるために、 以下の options ndots: n を読んでほしい。 このプロセスは遅く、リス ...
。 sortlist 130.155.160.0/255.255.240.0 130.155.0.0 options options により、レゾルバの内部変数を変更することが ...
できる。 書式は以下の通りである。 options option ... ここで option は次のうちのいずれかである ...
。 debug RES_DEBUG を _res.options にセットする (glibc がデバッグを有効にしてコンパイ ...
-
https://man.plustar.jp/manpage/man5/resolv.conf.5.html
- [similar]
- Man page of RPM 10301
- RPM Section: Red Hat Linux (8) Updated: 09 June 2002 Index JM Home Page 名前 rpm - RPM パッケージ
...
パッケージの検索と検査: rpm { -q|--query } [ select-options ] [ query-options ] rpm { -V|--verify } [ select-o ...
ptions ] [ verify-options ] rpm --import PUBKEY ... rpm { -K|--checksig } [ ...
アップグレード・削除: rpm { -i|--install } [ install-options ] PACKAGE_FILE ... rpm { -U|--upgrade } [ install- ...
] PACKAGE_FILE ... rpm { -F|--freshen } [ install-options ] PACKAGE_FILE ... rpm { -e|--erase } [ --allmatch ...
-
https://man.plustar.jp/manpage/man8/rpm.8.html
- [similar]
- Man page of WAIT4 8724
- WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3,
...
ude < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ); pid_t wait4(pid_t pid ...
, int * wstatus , int options , struct rusage * rusage ); glibc 向けの機能検査マ ...
点を除けば、次の wait3 () の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1, wstatus ...
, options); 同様に、次の wait4 () の呼び出し wait4(pid, wsta ...
-
https://man.plustar.jp/manpage/man2/wait3.2.html
- [similar]
- Man page of WAIT4 8724
- WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3,
...
ude < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ); pid_t wait4(pid_t pid ...
, int * wstatus , int options , struct rusage * rusage ); glibc 向けの機能検査マ ...
点を除けば、次の wait3 () の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1, wstatus ...
, options); 同様に、次の wait4 () の呼び出し wait4(pid, wsta ...
-
https://man.plustar.jp/manpage/man2/wait4.2.html
- [similar]
- Man page of MODULES.CONF 8407
- MODULES.CONF Section: File Formats (5) Updated: 07 December 1999 Index JM Home Page 名前 modules
...
ION include PATH_TO_CONFIG_FILE insmod_opt=GENERIC_OPTIONS_TO_INSMOD install module command ... keep [add] op ...
tions module MODULE_SPECIFIC_OPTIONS path=A_PATH path[TAG]=A_PATH generic_stringfile=A_ ...
れば、この取り扱いは簡単になる。 insmod_opt=GENERIC_OPTIONS_TO_INSMOD insmod に (他では指定できないような) 特殊 ...
path のサブディレクトリには効力を持たない。 [add] options [-k] module [MODULE_SPECIFIC_OPTIONS] エイリアスさ ...
-
https://man.plustar.jp/manpage/man5/modules.conf.5.html
- [similar]
- Man page of NAMED.CONF 7987
- NAMED.CONF Section: File Formats (5) Index JM Home Page BSD mandoc BSD 4 名称 named.conf named (
...
、そしてどこにログメッセージを送るのかを指定します。 options グローバルなサーバ設定オプションを制御し、 その他の ...
他のファイルをインクルードします。 logging および options ステートメントは、各設定につき 1 回のみ記述可能です ...
ype ...'', ``bad referral ...'' といったものです。 options ステートメント 文法 options { [ version version_st ...
ec ; [ order_spec ; ... [ [ }; }; 定義および使用法 options ステートメントは BIND で使われるグローバルオプショ ...
-
https://man.plustar.jp/manpage/man5/named.conf.5.html
- [similar]
- Man page of AUTOFS 7772
- AUTOFS Section: File Formats (5) Updated: 14 Jan 2000 Index JM Home Page 名前 autofs - オートマウ
...
内の 1 行の基本的な書式は、以下の通りである: key [ -options ] location key 間接マウントの場合、これはマウントポ ...
というマウントポイントと 常に関連づけられている。 options options は存在してもしなくてもよい。 options は au ...
の値が足し合わされる (これが SunOS との違いである)。 options はコンマで区切られたオプションのリストで、 mount ( ...
するのに使用される。 これは以下の形式である: key [ -options ] [mountpoint [ -options ] location...]... 改行を ...
-
https://man.plustar.jp/manpage/man5/autofs.5.html
- [similar]
- Man page of WAIT 7567
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
s ); pid_t waitpid(pid_t pid , int * wstatus , int options ); int waitid(idtype_t idtype , id_t id , siginfo_ ...
t * infop , int options ); /* これは glibc と POSIX のインターフェイスであ ...
tpid () は子プロセスの終了だけを待つが、この動作は options 引数により変更可能である。 pid に指定できる値は以下 ...
。 > 0 プロセスID が pid に等しい子プロセスを待つ。 options の値は次の定数の 0 個以上の論理和である: WNOHANG 状 ...
-
https://man.plustar.jp/manpage/man2/wait.2.html
- [similar]
- Man page of WAIT 7567
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
s ); pid_t waitpid(pid_t pid , int * wstatus , int options ); int waitid(idtype_t idtype , id_t id , siginfo_ ...
t * infop , int options ); /* これは glibc と POSIX のインターフェイスであ ...
tpid () は子プロセスの終了だけを待つが、この動作は options 引数により変更可能である。 pid に指定できる値は以下 ...
。 > 0 プロセスID が pid に等しい子プロセスを待つ。 options の値は次の定数の 0 個以上の論理和である: WNOHANG 状 ...
-
https://man.plustar.jp/manpage/man2/waitid.2.html
- [similar]
- Man page of WAIT 7567
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
s ); pid_t waitpid(pid_t pid , int * wstatus , int options ); int waitid(idtype_t idtype , id_t id , siginfo_ ...
t * infop , int options ); /* これは glibc と POSIX のインターフェイスであ ...
tpid () は子プロセスの終了だけを待つが、この動作は options 引数により変更可能である。 pid に指定できる値は以下 ...
。 > 0 プロセスID が pid に等しい子プロセスを待つ。 options の値は次の定数の 0 個以上の論理和である: WNOHANG 状 ...
-
https://man.plustar.jp/manpage/man2/waitpid.2.html
- [similar]