manページ検索

phrase: max: clip:
target: order:
Results of 351 - 360 of about 936 for file (0.058 sec.)
Man page of READV 3047
READV Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 readv, ... ブロックが読み出すことが保証され、 同じファイル記述 (file description; open (2) 参照) を参照するファイルディ ... (), if the offset argument is -1, then the current file offset is used and updated. The flags argument con ... 以降) High priority read/write. Allows block-based filesystems to use polling of the device, which provide ... rces. (Currently, this feature is usable only on a file descriptor opened using the O_DIRECT flag.) RWF_SY ...
https://man.plustar.jp/manpage/man2/writev.2.html - [similar]
Man page of SUDOERS.LDAP 3047
SUDOERS.LDAP Section: File Formats Manual (5) Updated: June 15, 2016 Index JM Home Page 名前 sud ... メータがあるのは、後方互換のためである。 KRB5_CCNAME file name リモート・サーバに対して認証をするときに使用す ... ってくるまでの待ち時間を秒数で指定する。 TLS_CACERT file name TLS_CACERTFILE の別名。OpenLDAP との互換のため ... にある。 TLS_CACERTFILE file name 認証局の証明書を一つにまとめたファイルの ... S_CERT を参照)。 TLS_CACERTDIR directory TLS_CACERTFILE に似ているが、ファイルではなく、たとえば /etc/ssl/ ...
https://man.plustar.jp/manpage/man5/sudoers.ldap.5.html - [similar]
Man page of XFERLOG 3047
XFERLOG Section: File Formats (5) Index JM Home Page 名前 xferlog - FTP サーバログファイル 説明 ... られている。 current-time transfer-time remote-host file-size filename transfer-type special-action-flag di ... 時間である。 remote-host はリモートホスト名である。 file-size はバイト単位での転送されたファイルのサイズであ ... る。 filename は転送されたファイルの名前である。 transfer-ty ...
https://man.plustar.jp/manpage/man5/xferlog.5.html - [similar]
Man page of ADSL-STATUS 3047
ADSL-STATUS Section: Maintenance Commands (8) Updated: 16 March 2000 Index JM Home Page 名前 ads ... を表示するシェルスクリプト 書式 adsl-status [ config_file ] 説明 adsl-status は Roaring Penguin ユーザー空間 ... の状態をチェックするシェルスクリプトである。 config_file を省略した場合、 デフォルトの設定ファイル /etc/ppp ...
https://man.plustar.jp/manpage/man8/adsl-status.8.html - [similar]
Man page of EXPECT 3028
EXPECT Section: User Commands (1) Updated: 29 December 1994 Index JM Home Page 名前 expect - 対話 ... 式 expect [ -dDinN ] [ -c cmds ] [ - [ f | b ] ] cmdfile ] [ args ] イントロダクション Expect は、スクリプト ... もスクリプトに返すことができる。 用法 Expect は、 cmdfile を読み込み、実行するコマンドのリストを得る。 Expec ... 名を除けるから、その場合意味がある。 (Expectk では -file ) デフォルトでは、コマンドファイルがメモリに一度に ... 詳細な情報は expect を参照のこと。) exp_internal [-f file] value value がゼロでなければ、以降のコマンドの診断 ...
https://man.plustar.jp/manpage/man1/expect.1.html - [similar]
Man page of FLOCK 3028
FLOCK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 flock - ... バイザリロックの適用、解除を行う 書式 #include < sys/file.h > int flock(int fd , int operation ); 説明 オープ ... よって作られるロックは、 オープンファイル記述 (open file description) ( open (2) 参照) と関連付けられる。 し ... Linux kernels up to 2.6.11, flock () does not lock files over NFS (i.e., the scope of locks was limited to ... g them as fcntl (2) byte-range locks on the entire file. This means that fcntl (2) and flock () locks do i ...
https://man.plustar.jp/manpage/man2/flock.2.html - [similar]
Man page of READ 3028
READ Section: Linux Programmer's Manual (2) Updated: 2018-02-02 Index JM Home Page 名前 read - フ ... count ); 説明 read () はファイルディスクリプター (file descriptor) fd から最大 count バイトを buf で始まる ... tape. A further possible cause of EIO on networked filesystems is when an advisory lock had been taken out ... on the file descriptor and this lock has been lost. See the Lo ... ション XSI 2.9.7 ("Thread Interactions with Regular File Operations") によると、 以下のすべての関数では、 通 ...
https://man.plustar.jp/manpage/man2/read.2.html - [similar]
Man page of FTW 3028
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... ee. By default, directories are handled before the files and subdirectories they contain (preorder travers ... l). To avoid using up all of the calling process's file descriptors, nopenfd specifies the maximum number ... o be closed and reopened. nftw () uses at most one file descriptor for each level in the directory tree. F ... ad permission on the parent directory, so that the filename fpath could be seen, but did not have execute ...
https://man.plustar.jp/manpage/man3/ftw.3.html - [similar]
Man page of FTW 3028
FTW Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 ftw, nftw ... ee. By default, directories are handled before the files and subdirectories they contain (preorder travers ... l). To avoid using up all of the calling process's file descriptors, nopenfd specifies the maximum number ... o be closed and reopened. nftw () uses at most one file descriptor for each level in the directory tree. F ... ad permission on the parent directory, so that the filename fpath could be seen, but did not have execute ...
https://man.plustar.jp/manpage/man3/nftw.3.html - [similar]
Man page of POSIX_FALLOCATE 3028
POSIX_FALLOCATE Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名 ... len was less than or equal to 0, or the underlying filesystem does not support the operation. ENODEV fd が ... 含むデバイスに十分な空き領域がない。 EOPNOTSUPP The filesystem containing the file referred to by fd does n ... ) system call, which is MT-safe. If the underlying filesystem does not support fallocate (2), then the ope ... ytes. * There is a race condition where concurrent file size increases by another thread or process could ...
https://man.plustar.jp/manpage/man3/posix_fallocate.3.html - [similar]
PREV 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 NEXT

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