manページ検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 536 for sys (0.181 sec.)
Man page of UMASK 3846
UMASK Section: Linux Programmer's Manual (2) Updated: 2020-08-13 Index JM Home Page 名前 umask - ... ファイルモード作成マスクを設定する 書式 #include < sys/types.h > #include < sys/stat.h > mode_t umask(mod ... get (2), semget (2), shmget (2) を使って) 生成する System V IPC オブジェクトに設定される許可には 影響を与 ...
https://man.plustar.jp/manpage/man2/umask.2.html - [similar]
Man page of FTOK 3846
FTOK Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 ftok - パ ... ス名とプロジェクト識別子を System V IPC キーに変換する 書式 #include < sys/types. ... h > #include < sys/ipc.h > key_t ftok(const char * pathname , int pro ... てはならない) の低位 8 ビットとを用いて、 key_t 型の System V IPC キーを生成する。 このキーは msgget (2), s ... 連項目 msgget (2), semget (2), shmget (2), stat (2), sysvipc (7) この文書について この man ページは Linux m ...
https://man.plustar.jp/manpage/man3/ftok.3.html - [similar]
Man page of FANOTIFY 3846
FANOTIFY Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 fano ... API provides notification and interception of filesystem events. Use cases include virus scanning and hi ... es are deleted or moved to another mount or if filesystems or mounts are unmounted, the corresponding ent ... these flags will use file handles to identify filesystem objects instead of file descriptors. read (2) が ... ; In case of an fanotify group that identifies filesystem objects by file handles, you should also expect ...
https://man.plustar.jp/manpage/man7/fanotify.7.html - [similar]
Man page of INIT_MODULE 3800
INIT_MODULE Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 i ... 。 ENOMEM メモリ不足。 EPERM 呼び出し元が特権 ( CAP_SYS_MODULE ケーパビリティ) を持っていなかった。もしくは ... ュールのロードが無効になっている ( proc (5) の /proc/sys/kernel/modules_disabled を参照)。 init_module () で ... ドの中で手動でインターフェースを宣言すればよかった。 syscall (2) を使ってシステムコールを起動できる。 glibc ... t_module () に対するラッパー関数を提供していない。 syscall (2) を使って呼び出すこと。 現在ロードされている ...
https://man.plustar.jp/manpage/man2/finit_module.2.html - [similar]
Man page of FORK 3800
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... プロセスを生成する 書式 #include < sys/types.h > #include < unistd.h > pid_t fork(void); ... されず、 errno が適切に設定される。 エラー EAGAIN A system-imposed limit on the number of threads was enco ... ds for a real user ID, was reached; * the kernel's system-wide limit on the number of processes and threa ... ds, /proc/sys/kernel/threads-max , was reached (see proc (5)); * ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of IOCTL 3800
IOCTL Section: Linux Programmer's Manual (2) Updated: 2014-12-31 Index JM Home Page 名前 ioctl - ... デバイスを制御する 書式 #include < sys/ioctl.h > int ioctl(int fd , unsigned long request ... request を指定するためのマクロ (macro) と定義は < sys/ioctl.h > ファイルにある。 返り値 たいていの場合、 ...
https://man.plustar.jp/manpage/man2/ioctl.2.html - [similar]
Man page of PRCTL 3800
PRCTL Section: Linux Programmer's Manual (2) Updated: 2015-02-01 Index JM Home Page 名前 prctl - ... プロセスの操作を行なう 書式 #include < sys/prctl.h > int prctl(int option , unsigned long arg ... の理由から、この機能は削除された ( proc (5) の /proc/sys/fs/suid_dumpable の説明も参照)。 ダンプ不可のプロセ ... ed ptrace") の場合のみに意味を持つ (モードは /proc/sys/kernel/yama/ptrace_scope で参照可能)。 "ptrace プロ ... ォルト値を使用する (システム全体のデフォルトは /proc/sys/vm/memory_failure_early_kill で定義される。 proc ( ...
https://man.plustar.jp/manpage/man2/prctl.2.html - [similar]
Man page of UTIME 3800
UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime, ... 最終アクセス時刻と修正時刻を変更する 書式 #include < sys/types.h > #include < utime.h > int utime(const cha ... ename , const struct utimbuf * times ); #include < sys/time.h > int utimes(const char * filename , const ...
https://man.plustar.jp/manpage/man2/utime.2.html - [similar]
Man page of UTIME 3800
UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime, ... 最終アクセス時刻と修正時刻を変更する 書式 #include < sys/types.h > #include < utime.h > int utime(const cha ... ename , const struct utimbuf * times ); #include < sys/time.h > int utimes(const char * filename , const ...
https://man.plustar.jp/manpage/man2/utimes.2.html - [similar]
Man page of VMSPLICE 3800
VMSPLICE Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 vmsp ... macros (7) 参照 */ #include < fcntl.h > #include < sys/uio.h > ssize_t vmsplice(int fd , const struct iov ... 説明 If fd is opened for writing, the vmsplice () system call maps nr_segs ranges of user memory describ ... pipe. If fd is opened for reading, the vmsplice () system call fills nr_segs ranges of user memory descri ... iov は iovec 構造体の配列を指す。 iovec 構造体は < sys/uio.h > で以下のように定義されている: struct iovec ...
https://man.plustar.jp/manpage/man2/vmsplice.2.html - [similar]
PREV 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 NEXT

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