manページ検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 356 for READ (0.116 sec.)
Man page of PERFMONCTL 4552
PERFMONCTL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 pe ... はそれ以降の perfmonctl () の呼び出しで使用したり、 read (2) を使ってイベント通知 ( pfm_msg_t 型) を読み出し ... _reg_t * pmds , n); PMD レジスターを設定する。 PFM_READ_PMDS perfmonctl(int fd , PFM_READ_PMDS, pfarg_reg_ ...
https://man.plustar.jp/manpage/man2/perfmonctl.2.html - [similar]
Man page of BASH_BUILTINS 4508
BASH_BUILTINS Section: User Commands (1) Updated: 2004 Apr 20 Index JM Home Page 名前 bash, :, . ... local, logout, mapfile, popd, printf, pushd, pwd, read, readonly, return, set, shift, shopt, source, susp ... and bind [ -m keymap ] keyseq : function-name bind readline-command readline の現在のキー割り当てと関数割り ... 当てを表示したり、 キーシーケンスを readline の関数やマクロに割り当てたり、 readline の変数 ... して渡さなければなりません。 例えば '"\C-x\C-r": re-read-init-file' のように指定します。 オプションを指定し ...
https://man.plustar.jp/manpage/man1/builtins.1.html - [similar]
Man page of OPEN_BY_HANDLE_AT 4508
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... handle_at () を呼び出すには、 呼び出し元が CAP_DAC_READ_SEARCH ケーパビリティーを持っていなければならない。 ... TH がされていなかった。 EPERM 呼び出し元が CAP_DAC_READ_SEARCH ケーパビリティを持っていない。 ESTALE 指定さ ... クリプターに変換し、 そのファイルディスクリプターを readlinkat (2) や fchownat (2) などのシステムコールの d ... do ./t_open_by_handle_at < fh # Need CAP_SYS_ADMIN Read 31 bytes $ rm cecilia.txt ここで、 ファイルを削除し ...
https://man.plustar.jp/manpage/man2/name_to_handle_at.2.html - [similar]
Man page of OPEN_BY_HANDLE_AT 4508
OPEN_BY_HANDLE_AT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page ... handle_at () を呼び出すには、 呼び出し元が CAP_DAC_READ_SEARCH ケーパビリティーを持っていなければならない。 ... TH がされていなかった。 EPERM 呼び出し元が CAP_DAC_READ_SEARCH ケーパビリティを持っていない。 ESTALE 指定さ ... クリプターに変換し、 そのファイルディスクリプターを readlinkat (2) や fchownat (2) などのシステムコールの d ... do ./t_open_by_handle_at < fh # Need CAP_SYS_ADMIN Read 31 bytes $ rm cecilia.txt ここで、 ファイルを削除し ...
https://man.plustar.jp/manpage/man2/open_by_handle_at.2.html - [similar]
Man page of E2FSCK 4508
E2FSCK Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 e2fsck - Linu ... 代替スーパーブロックが指定され、 ファイルシステムが read-only 以外で open されている場合、 e2fsck はファイル ... すると、 e2fsck は badblocks (8) を使ってデバイスの read-only スキャンを行い、不良ブロックを探す。 不良ブロ ... つ指定されると、 不良ブロックのスキャンは非破壊的 read-write テストを用いて行われる。 -C fd このオプション ... リストをいったんクリアする。) -n ファイルシステムを read-only で open し、全ての問いに対して「no」と答える。 ...
https://man.plustar.jp/manpage/man8/e2fsck.8.html - [similar]
Man page of MMAP 4472
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... 指定できる。 PROT_EXEC ページは実行可能である。 PROT_READ ページは読み込み可能である。 PROT_WRITE ページに書 ... 降) MAP_POPULATE と組み合わせた場合のみ意味を持つ。 read-ahead (前もって読み込むこと) を実行しない。 単に、 ... ルマッピングの場合には、これによりファイルが先読み (read-ahead) が行われる。この以後は、マッピングに対するア ... では、 PROT_WRITE をセットすると、暗黙のうちに PROT_READ がセットされる。 PROT_READ をセットした際に暗黙のう ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 4472
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... 指定できる。 PROT_EXEC ページは実行可能である。 PROT_READ ページは読み込み可能である。 PROT_WRITE ページに書 ... 降) MAP_POPULATE と組み合わせた場合のみ意味を持つ。 read-ahead (前もって読み込むこと) を実行しない。 単に、 ... ルマッピングの場合には、これによりファイルが先読み (read-ahead) が行われる。この以後は、マッピングに対するア ... では、 PROT_WRITE をセットすると、暗黙のうちに PROT_READ がセットされる。 PROT_READ をセットした際に暗黙のう ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of RECV 4472
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... て説明する。 The only difference between recv () and read (2) is the presence of flags . With a zero flags a ... rgument, recv () is generally equivalent to read (2) (but see NOTES). Also, the following call recv ... escription (see open (2)), which will affect all threads in the calling process and as well as other proce ... n フィールドは scatter-gather 用の場所を指定する。 readv (2) に説明がある。 msg_control フィールドは msg_c ...
https://man.plustar.jp/manpage/man2/recv.2.html - [similar]
Man page of RECV 4472
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... て説明する。 The only difference between recv () and read (2) is the presence of flags . With a zero flags a ... rgument, recv () is generally equivalent to read (2) (but see NOTES). Also, the following call recv ... escription (see open (2)), which will affect all threads in the calling process and as well as other proce ... n フィールドは scatter-gather 用の場所を指定する。 readv (2) に説明がある。 msg_control フィールドは msg_c ...
https://man.plustar.jp/manpage/man2/recvfrom.2.html - [similar]
Man page of RECV 4472
RECV Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 recv, re ... て説明する。 The only difference between recv () and read (2) is the presence of flags . With a zero flags a ... rgument, recv () is generally equivalent to read (2) (but see NOTES). Also, the following call recv ... escription (see open (2)), which will affect all threads in the calling process and as well as other proce ... n フィールドは scatter-gather 用の場所を指定する。 readv (2) に説明がある。 msg_control フィールドは msg_c ...
https://man.plustar.jp/manpage/man2/recvmsg.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