manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 221 for pid (0.091 sec.)
Man page of FORK 5472
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); 説明 fork () は呼び出し元プロセスを複 ... The child has its own unique process ID, and this PID does not match the ID of any existing process grou ... い。 返り値 成功した場合、親プロセスには子プロセスの PID が返され、 子プロセスには 0 が返される。 失敗した場 ... as reached (see proc (5)); * the maximum number of PIDs, /proc/sys/kernel/pid_max , was reached (see proc ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of SETSID 5337
SETSID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 setsid ... 書式 #include < sys/types.h > #include < unistd.h > pid_t setsid(void); 説明 setsid () は、 呼び出したプロ ... 新しい) セッション ID が返される。 エラーの場合は、 (pid_t) -1 が返され、 errno にエラーを示す値が設定される ... セスのプロセスグループ ID が、 呼び出したプロセスの PID と等しい。 これは、呼び出したプロセスが既にプロセス ... rocess group leader is a process whose process group ID equals its PID. Disallowing a process group leade ...
https://man.plustar.jp/manpage/man2/setsid.2.html - [similar]
Man page of MEMFD_CREATE 5306
MEMFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... は通常は不要であろう。) * 二つ目のプロセスは /proc/<pid>/fd/<fd> をオープンする。 <pid> は最初のプロセス ( ... memfd_create () を呼び出したプロセス) の PID で、 <fd> は最初のプロセスでの memfd_create () の呼 ... ./t_memfd_create my_memfd_file 4096 sw & [1] 11775 PID: 11775; fd: 3; /proc/11775/fd/3 この時点では、 t_m ... ープンしたファイルディスクリプターに対応する /proc/[pid]/fd ファイルをオープンすることで、 memfd_create () ...
https://man.plustar.jp/manpage/man2/memfd_create.2.html - [similar]
Man page of TOP 5274
TOP Section: Linux User's Manual (1) Updated: September 2002 Index JM Home Page 名前 top - Linux ... 書式 top - hv | - bcisS - d delay - n iterations - p pid [, pid ...] 昔からのスイッチ '-' と空白の指定は任意 ... - Irix モード On ('solaris' smp ではない) * 'p' - PID の監視 Off * 's' - セキュアモード Off (非セキュアモ ... ク On (全てのタスクを表示する) 'R' - 逆順ソート On (pid の降順でソートする) * 'S' - 累積時間 Off (死んだ子 ... される: - hv | - bcisS - d delay - n iterations - p pid [, pid ...] 一般には必須とされているスイッチ ('-') ...
https://man.plustar.jp/manpage/man1/top.1.html - [similar]
Man page of UNSHARE 5274
UNSHARE Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 unsha ... ある。詳細は mount_namespaces (7) を参照。 CLONE_NEWPID (Linux 3.8 以降) このフラグは clone (2) CLONE_NEWP ... ID フラグと同じ効果を持つ。 PID 名前空間を共有しない。 呼び出し元プロセスは、 すで ... に存在するどのプロセスとも共有されない新しい PID 名前空間を、 自身の子プロセス用に持つことになる。 ... おいて init (1) の役割を持つとみなされる。 CLONE_NEWPID を指定すると、自動的に CLONE_THREAD も指定されたも ...
https://man.plustar.jp/manpage/man2/unshare.2.html - [similar]
Man page of NETSTAT 5274
NETSTAT Section: Linux Programmer's Manual (8) Updated: 19 December 2000 Index JM Home Page 名前 ... 。 -p, --program 各ソケットが属しているプログラムの PID と名前が表示される。 -l, --listening 接続待ち (lis ... ソケットのオーナーの、名前またはユーザー ID (UID)。 PID/Program name このソケットを所有しているプログラムの ... プロセス ID (PID) とプログラム名の対 (スラッシュで区切られる)。 --p ... ない。 UNKNOWN このステートは現われないはずである。 PID/Program name このソケットをオープンしているプログラ ...
https://man.plustar.jp/manpage/man8/netstat.8.html - [similar]
Man page of PIDOF 5243
PIDOF Section: User Commands (1) Updated: May 6, 1998 Index JM Home Page 名前 pidof - 名前でプロ ... セスを見つけ、それらの PID を一覧表示する 書式 pidof [ -eg ] name ... pidof - ... V 説明 pidof は、指定されたいずれかのコマンドを実行しているプ ... ロセス全ての PID を一覧表示する。 コマンド名がスラッシュ ( / ) を含 ... 定したコマンドのプロセスがひとつも見つからなければ、 pidof は 0 以外のリターンコードを返す。 各コマンドに対 ...
https://man.plustar.jp/manpage/man1/pidof.1.html - [similar]
Man page of MOVE_PAGES 5243
MOVE_PAGES Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 mo ... する 書式 #include < numaif.h > long move_pages(int pid , unsigned long count, void ** pages , const int * ... uma とリンクする。 説明 move_pages () は、プロセス pid の指定されたページ pages を nodes で指定されたメモ ... flags では移動されるページに関する制約を指定する。 pid is the ID of the process in which pages are to be ... moved. If pid is 0, then move_pages () moves pages of the callin ...
https://man.plustar.jp/manpage/man2/move_pages.2.html - [similar]
Man page of GETTID 5201
GETTID Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 gettid ... RCE #include < unistd.h > #include < sys/types.h > pid_t gettid(void); 説明 gettid () は呼び出し元のスレッ ... シングルスレッドのプロセスでは、スレッド ID は ( getpid (2) が返すプロセス ID (PID) と等しい。 マルチスレッ ... ドのプロセスでは、全てのスレッドは同じ PID を持つが、 それぞれのスレッドは一意な TID を持つ。 ... ocess is a thread group leader, and its thread group ID (the value returned by getpid (2)) is the same as ...
https://man.plustar.jp/manpage/man2/gettid.2.html - [similar]
Man page of CARDMGR 5201
CARDMGR Section: Maintenance Commands (8) Updated: 2000/11/19 00:06:18 Index JM Home Page 名前 c ... -f ] [ -v ] [ -c configpath ] [ -m modpath ] [ -p pidfile ] [ -s stabfile ] 説明 cardmgr は PCMCIA ソケッ ... ィレクトリではなく指定したディレクトリから探す。 -p pidfile cardmgr の PID を、 /var/run/cardmgr.pid ではな ... イスに対するローカルなリソース設定 /var/run/cardmgr.pid 現在起動している cardmgr の PID /var/lib/pcmcia/st ...
https://man.plustar.jp/manpage/man8/cardmgr.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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