manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 339 for proc (0.038 sec.)
Man page of FILESYSTEMS 6289
FILESYSTEMS Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 f ... hpfs, iso9660, JFS, minix, msdos, ncpfs nfs, ntfs, proc, Reiserfs, smb, sysv, umsdos, vfat, XFS, xiafs 説明 ... When, as is customary, the proc filesystem is mounted on /proc , you can find in t ... he file /proc/filesystems which filesystems your kernel currentl ... y supports; see proc (5) for more details. There is also a legacy sysfs ...
https://man.plustar.jp/manpage/man5/filesystems.5.html - [similar]
Man page of FILESYSTEMS 6289
FILESYSTEMS Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 f ... hpfs, iso9660, JFS, minix, msdos, ncpfs nfs, ntfs, proc, Reiserfs, smb, sysv, umsdos, vfat, XFS, xiafs 説明 ... When, as is customary, the proc filesystem is mounted on /proc , you can find in t ... he file /proc/filesystems which filesystems your kernel currentl ... y supports; see proc (5) for more details. There is also a legacy sysfs ...
https://man.plustar.jp/manpage/man5/fs.5.html - [similar]
Man page of CAPABILITIES 6289
CAPABILITIES Section: Linux Programmer's Manual (7) Updated: 2015-02-01 Index JM Home Page 名前 ... ックできる機能を使用する ( epoll (7) EPOLLWAKEUP , /proc/sys/wake_lock )。 CAP_CHOWN ファイルの UID とGID を ... する IPC_SET と IPC_RMID 操作を実行する。 * RLIMIT_NPROC リソース制限を上書きする。 * 拡張属性 trusted と s ... )) でシステム全体でオープンできるファイル数の上限 /proc/sys/fs/file-max を超過する。 * clone (2) と unshar ... t_robust_list (2) を任意のプロセスに対して行う。 * process_vm_readv (2) と process_vm_writev (2) を使って任 ...
https://man.plustar.jp/manpage/man7/capabilities.7.html - [similar]
Man page of SLABINFO 6053
SLABINFO Section: Linux Programmer's Manual (5) Updated: 2007-09-30 Index JM Home Page 名前 /proc ... labinfo - カーネル slab アロケータの統計 書式 cat /proc/slabinfo 説明 Linux カーネルの内部で良く利用される ... 、それぞれ自分用のキャッシュを備えている。ファイル /proc/slabinfo はこれらの統計を与える。例を示す。 % cat ... /proc/slabinfo slabinfo - version: 1.1 kmem_cache 60 78 ... すればよい: echo " cache_name limit batchcount " > /proc/slabinfo ファイル < linux/slab.h > バージョン /pro ...
https://man.plustar.jp/manpage/man5/slabinfo.5.html - [similar]
Man page of USER_NAMESPACES 6053
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... プ ID) のマッピングを行わずに開始される。 ファイル /proc/[pid]/uid_map と /proc/[pid]/gid_map (Linux 3.5 以 ... 場合、 uid_map をオープンしたプロセス (よくあるのは /proc/self/uid_map をオープンした場合である) は、 このユ ... ap も同じ) を参照するには以下のようにする。 $ cat /proc/$$/uid_map 0 0 4294967295 このマッピングは、 この名 ... ない書き込みはエラー EINVAL で失敗する。 プロセスが /proc/[pid]/uid_map ( /proc/[pid]/gid_map ) ファイルに書 ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of COM_ERR 5999
COM_ERR Section: C Library Functions (3) Updated: 22 Nov 1988 Index JM Home Page 名前 com_err - ... 表示ルーチン 書式 #include < et/com_err.h > void (* proc ) (const char *, long, const char *, va_list); voi ... char *whoami, long code, const char *format, ...); proc = set_com_err_hook (proc); proc = reset_com_err_ho ... 返す。 これらの ``hook'' 関数は、書式の部分で示した proc のように宣言しなければならない。 initialize_XXXX_e ... NIX". 関連キーワード err , ERR , 名前 , ルーチン , proc , 関数 , 部分 , compile , プログラム , エラー Linu ...
https://man.plustar.jp/manpage/man3/com_err.3.html - [similar]
Man page of PROCINFO 5808
PROCINFO Section: Linux System Manual (8) Updated: 2001-03-02 Index JM Home Page 名前 procinfo - ... システムの状態を /proc から集め、表示する 書式 procinfo [ -fsmadiDSbrChv ... ] [ -n N ] [ -F file ] 説明 procinfo はシステムに関するデータを /proc ディレクトリか ... の通り: Memory: free (1) のマニュアル(なるべくなら、proc 版の free (1.x の頃に Linux を始めた人でなければ、 ... 手元にある free は proc 版のはずである))を参照のこと。 Bootup: システムが起 ...
https://man.plustar.jp/manpage/man8/procinfo.8.html - [similar]
Man page of SYSCTL 5708
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... t newlen; /* size of new value */ }; このコールは /proc/sys の下のディレクトリツリーに似た木構造(tree stru ... いけない。これは 4.4BSD に由来している。Linux は /proc/sys に写し(mirror)をもっており、項目の名前の付け方 ... 5.5, the system call was finally removed. Use the /proc/sys interface instead. Note that on older kernels ... 項目が正確に記述されているわけではない。 今のところ /proc/sys/kernel/ostype に書き込むことでオペーレーティン ...
https://man.plustar.jp/manpage/man2/_sysctl.2.html - [similar]
Man page of SYSCTL 5708
SYSCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 sysctl ... t newlen; /* size of new value */ }; このコールは /proc/sys の下のディレクトリツリーに似た木構造(tree stru ... いけない。これは 4.4BSD に由来している。Linux は /proc/sys に写し(mirror)をもっており、項目の名前の付け方 ... 5.5, the system call was finally removed. Use the /proc/sys interface instead. Note that on older kernels ... 項目が正確に記述されているわけではない。 今のところ /proc/sys/kernel/ostype に書き込むことでオペーレーティン ...
https://man.plustar.jp/manpage/man2/sysctl.2.html - [similar]
Man page of MCOOKIE 5617
MCOOKIE Section: Linux Programmer's Manual (1) Updated: 25 September 1995 Index JM Home Page 名前 ... 入力ファイルの内容・ /dev/random , /dev/urandom , /proc にあるファイル, /dev/audio といったデバイスが存在す ... いる。 ファイル /dev/random /dev/urandom /dev/audio /proc/stat /proc/loadavg 関連項目 X (1), xauth (1), md5s ... dev , MCOOKIE , 生成 , mcookie , 情報 , デバイス , proc , xauth , 乱数 , バグ Linux マニュアル 一覧 [ man1 ...
https://man.plustar.jp/manpage/man1/mcookie.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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