manページ検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 536 for sys (0.043 sec.)
Man page of SETXATTR 3753
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... fsetxattr - 拡張属性の値を設定する 書式 #include < sys/types.h > #include < sys/xattr.h > int setxattr(co ...
https://man.plustar.jp/manpage/man2/lsetxattr.2.html - [similar]
Man page of GETGROUPS 3753
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int getgroups(int ... で保持される。 補助グループ ID の最大数は、実行時に sysconf (3) を使って以下のようにして調べることができる ... : long ngroups_max; ngroups_max = sysconf(_SC_NGROUPS_MAX); getgroups () の返り値の最大値 ... の最大数も Linux 固有の読み込み専用のファイル /proc/sys/kernel/ngroups_max 経由で公開されている。 元々の L ...
https://man.plustar.jp/manpage/man2/setgroups.2.html - [similar]
Man page of GETGROUPS 3753
GETGROUPS Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 get ... グループ ID のリストを取得/設定する 書式 #include < sys/types.h > #include < unistd.h > int getgroups(int ... で保持される。 補助グループ ID の最大数は、実行時に sysconf (3) を使って以下のようにして調べることができる ... : long ngroups_max; ngroups_max = sysconf(_SC_NGROUPS_MAX); getgroups () の返り値の最大値 ... の最大数も Linux 固有の読み込み専用のファイル /proc/sys/kernel/ngroups_max 経由で公開されている。 元々の L ...
https://man.plustar.jp/manpage/man2/setgroups32.2.html - [similar]
Man page of SETXATTR 3753
SETXATTR Section: Linux Programmer's Manual (2) Updated: 2014-02-06 Index JM Home Page 名前 setx ... fsetxattr - 拡張属性の値を設定する 書式 #include < sys/types.h > #include < sys/xattr.h > int setxattr(co ...
https://man.plustar.jp/manpage/man2/setxattr.2.html - [similar]
Man page of STATVFS 3753
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... - ファイルシステムの統計を取得する 書式 #include < sys/statvfs.h > int statvfs(const char * path , struct ... ある: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned long f_frsize; /* Fragme ... unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_flag; /* Mount flags */ u ... gth */ }; ここで、型 fsblkcnt_t と fsfilcnt_t は < sys/types.h > で定義されている。 かつて、これらは共に ...
https://man.plustar.jp/manpage/man3/fstatvfs.3.html - [similar]
Man page of STATVFS 3753
STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv ... - ファイルシステムの統計を取得する 書式 #include < sys/statvfs.h > int statvfs(const char * path , struct ... ある: struct statvfs { unsigned long f_bsize; /* Filesystem block size */ unsigned long f_frsize; /* Fragme ... unprivileged users */ unsigned long f_fsid; /* Filesystem ID */ unsigned long f_flag; /* Mount flags */ u ... gth */ }; ここで、型 fsblkcnt_t と fsfilcnt_t は < sys/types.h > で定義されている。 かつて、これらは共に ...
https://man.plustar.jp/manpage/man3/statvfs.3.html - [similar]
Man page of INOTIFY 3753
INOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 inoti ... ADD If a watch instance already exists for the filesystem object corresponding to pathname , add (OR) the ... ーネルメモリーの総量を制限するのに使用できる: /proc/sys/fs/inotify/max_queued_events このファイルの値は、ア ... が、 IN_Q_OVERFLOW イベントが常に生成される。 /proc/sys/fs/inotify/max_user_instances 1 つの実ユーザー ID ... る inotify インスタンスの数の上限を指定する。 /proc/sys/fs/inotify/max_user_watches 作成可能な監視対象の数 ...
https://man.plustar.jp/manpage/man7/inotify.7.html - [similar]
Man page of MMAP 3699
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... スをメモリーにマップ/アンマップする 書式 #include < sys/mman.h > void *mmap(void * addr , size_t length , ... グの反対語である。 MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数でなけれ ... EGV エラーを受け取ることがある。 proc (5) の /proc/sys/vm/overcommit_memory ファイルについての議論も参照。 ... ES は < unistd.h > で 0 より大きな値に定義される ( sysconf (3) も参照のこと)。 注意 (i386 などの) いくつか ...
https://man.plustar.jp/manpage/man2/mmap.2.html - [similar]
Man page of MMAP 3699
MMAP Section: Linux Programmer's Manual (2) Updated: 2015-01-22 Index JM Home Page 名前 mmap, mu ... スをメモリーにマップ/アンマップする 書式 #include < sys/mman.h > void *mmap(void * addr , size_t length , ... グの反対語である。 MAP_ANONYMOUS を参照)。 offset は sysconf(_SC_PAGE_SIZE) が返すページサイズの倍数でなけれ ... EGV エラーを受け取ることがある。 proc (5) の /proc/sys/vm/overcommit_memory ファイルについての議論も参照。 ... ES は < unistd.h > で 0 より大きな値に定義される ( sysconf (3) も参照のこと)。 注意 (i386 などの) いくつか ...
https://man.plustar.jp/manpage/man2/munmap.2.html - [similar]
Man page of SENDFILE 3699
SENDFILE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 send ... ディスクリプター間でデータを転送する 書式 #include < sys/sendfile.h > ssize_t sendfile(int out_fd , int in_ ... inux 2.2 で初めて登場した。 インクルードファイル < sys/sendfile.h > は glibc 2.1 から存在している。 準拠 ... ansferred. (This is true on both 32-bit and 64-bit systems.) sendfile () を使って TCP ソケットにファイルを ... この違いを吸収している。 sendfile () が EINVAL や ENOSYS で失敗するような場合は、 アプリケーションは read ( ...
https://man.plustar.jp/manpage/man2/sendfile.2.html - [similar]
PREV 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 NEXT

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