manページ検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 223 for MODE (0.006 sec.)
Man page of GET_MEMPOLICY 6694
GET_MEMPOLICY Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 ... 書式 #include < numaif.h > long get_mempolicy(int * mode , unsigned long * nodemask , unsigned long maxnode ... icy (2)) is returned, in the buffers pointed to by mode and nodemask . The value returned in these argumen ... LOWED (Linux 2.6.24 以降で利用可能) を指定すると、 mode 引数は無視され、 そのスレッドがその後の mbind (2) ... シーはスレッドのデフォルトポリシーと違うことがある。 mode 引数が NULL でない場合、 get_mempolicy () は要求さ ...
https://man.plustar.jp/manpage/man2/get_mempolicy.2.html - [similar]
Man page of MBIND 6694
MBIND Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mbind - ... > long mbind(void * addr , unsigned long len , int mode , const unsigned long * nodemask , unsigned long m ... MPOL_MF_MOVE_ALL により上書きされる可能性がある。 mode 引数には、 MPOL_DEFAULT , MPOL_BIND , MPOL_INTERLE ... ポリシーモードを適用するノードを指定する必要がある。 mode 引数には、追加で モードフラグ を含めることもできる ... るノードが 少なくとも一つ入っていなければならない。 mode 引数には、以下の値のいずれかひとつを含めなければな ...
https://man.plustar.jp/manpage/man2/mbind.2.html - [similar]
Man page of OPEN 6632
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... gs ); int open(const char * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t ... mode ); int openat(int dirfd , const char * pathname , ... at(int dirfd , const char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2) ... リストに示す。 O_APPEND The file is opened in append mode. Before each write (2), the file offset is positio ...
https://man.plustar.jp/manpage/man2/creat.2.html - [similar]
Man page of OPEN 6632
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... gs ); int open(const char * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t ... mode ); int openat(int dirfd , const char * pathname , ... at(int dirfd , const char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2) ... リストに示す。 O_APPEND The file is opened in append mode. Before each write (2), the file offset is positio ...
https://man.plustar.jp/manpage/man2/open.2.html - [similar]
Man page of OPEN 6632
OPEN Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 open, op ... gs ); int open(const char * pathname , int flags , mode_t mode ); int creat(const char * pathname , mode_t ... mode ); int openat(int dirfd , const char * pathname , ... at(int dirfd , const char * pathname , int flags , mode_t mode ); /* Documented separately, in openat2 (2) ... リストに示す。 O_APPEND The file is opened in append mode. Before each write (2), the file offset is positio ...
https://man.plustar.jp/manpage/man2/openat.2.html - [similar]
Man page of MKFIFO 6455
MKFIFO Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mkfifo ... < sys/stat.h > int mkfifo(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数の定義 ... > int mkfifoat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ( featu ... Oスペシャルファイルを作成 する。FIFOの許可モードは mode で指定され、プロセスの umask によって通常の方式で変 ... 更を受ける: 作成されたファイルの許可 モードは ( mode & ~umask) となる。 FIFOスペシャルファイルはパイプに ...
https://man.plustar.jp/manpage/man3/mkfifo.3.html - [similar]
Man page of MKFIFO 6455
MKFIFO Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mkfifo ... < sys/stat.h > int mkfifo(const char * pathname , mode_t mode ); #include < fcntl.h > /* AT_* 定数の定義 ... > int mkfifoat(int dirfd , const char * pathname , mode_t mode ); glibc 向けの機能検査マクロの要件 ( featu ... Oスペシャルファイルを作成 する。FIFOの許可モードは mode で指定され、プロセスの umask によって通常の方式で変 ... 更を受ける: 作成されたファイルの許可 モードは ( mode & ~umask) となる。 FIFOスペシャルファイルはパイプに ...
https://man.plustar.jp/manpage/man3/mkfifoat.3.html - [similar]
Man page of TFTP 6403
TFTP Section: User Commands (1) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 tftp - 簡 ... 。 ? command-name ... ヘルプ情報を表示する。 ascii "mode ascii" の略。 binary "mode binary" の略。 connect ... れたホスト名が以降のファイル転送のデフォルトになる。 mode transfer-mode 転送モードを設定する。 transfer-mode ... , ホスト , tftp , file , 設定 , リモート , host , mode Linux マニュアル 一覧 [ man1 ] [ man2 ] [ man3 ] [ ...
https://man.plustar.jp/manpage/man1/tftp.1.html - [similar]
Man page of GETUMASK 6403
GETUMASK Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 getu ... / #include < sys/types.h > #include < sys/stat.h > mode_t getumask(void); 説明 この関数は現在のファイル作成 ... マスクを返す。 基本的には以下と等価である。 mode_t getumask(void) { mode_t mask = umask( 0 ); umask ... いる。 関連キーワード GETUMASK , umask , getumask , mode , pages , include , This , 注意 , 準拠 , 文書 Linu ...
https://man.plustar.jp/manpage/man3/getumask.3.html - [similar]
Man page of mirrordir 6289
mirrordir Section: User Commands (1) Updated: 1998 November 1 Index JM Home Page 名前 pslogin - ... -nice num ] control mirror mirrordir [ -c | --copy-mode | --recurs-mode ] -[ abBCdDFGhklMmNOopRrstvVX ] sr ... ゆくだけで何も行わない。 これは mirrordir --recures-mode ... と等価である。これは -C オプションが追加される ... インセッションを開始する。 これは mirrordir --login-mode --secure ... と等価である。 pslogin は logindir と ... 呼ぶべきかもしれない。後述の --login-mode を参照のこと。 forward はさらにもう一つのプログラム ...
https://man.plustar.jp/manpage/man1/copydir.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT

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