Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「process ID」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「process ID」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > process IDの意味・解説 > process IDに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

process IDの部分一致の例文一覧と使い方

該当件数 : 515



例文

Process ID (PID) 例文帳に追加

プロセスID (PID) - JM

pid %d The process ID. 例文帳に追加

pid %dプロセス ID。 - JM

Parent Process ID (PPID) 例文帳に追加

親プロセス ID (PPID) - JM

Process Group ID and Session ID 例文帳に追加

プロセスグループ ID とセッション ID - JM

例文

"Process group and session ID" 例文帳に追加

"グループ ID とセッション ID の処理" - JM


例文

pgrp %d The process group ID of the process. 例文帳に追加

pgrp %dプロセスのプロセスグループ ID。 - JM

set-group-ID (set process effective group ID on execve (2); 例文帳に追加

set-group-ID(以下の場合に( execve (2) - JM

No process with process ID p was found. 例文帳に追加

プロセス ID がpのプロセスがない。 - JM

session %d The session ID of the process. 例文帳に追加

session %dプロセスのセッション ID。 - JM

例文

Wait for the child whose process ID matches id . 例文帳に追加

プロセスID がidと一致する子プロセスを待つ。 - JM

例文

getsid(p) returns the session ID of the process with process ID p . (The session ID of a process is the process group ID of the session leader. 例文帳に追加

getsid(p)はプロセス IDp を持つプロセスのセッション ID を返す(プロセスのセッション ID は セッションリーダーのプロセスグループ ID である)。 - JM

Wait for any child whose process group ID matches id . 例文帳に追加

プロセスグループID がidと一致する子プロセスを待つ。 - JM

Process IDs, parent process IDs, process group IDs, and session IDs are specified in POSIX.1-2001. 例文帳に追加

プロセス ID、親プロセス ID、プロセスグループ ID、セッション ID はPOSIX.1-2001 で規定されている。 - JM

The child's parent process ID is the same as the parent's process ID. 例文帳に追加

子プロセスの親プロセス ID は、親プロセスのプロセス ID と同じである。 - JM

PID is the process ID discussed earlier. 例文帳に追加

PID は先ほど見たプロセス ID です。 - FreeBSD

returns the process ID of the calling process. 例文帳に追加

は呼び出し元のプロセスのプロセス ID を返す。 - JM

returns the process ID of the child process. 例文帳に追加

の親プロセスは子プロセスのプロセス ID を返す。 - JM

The process whose process ID is the same as its process group ID is the process group leader for that group. 例文帳に追加

自身のプロセス ID がプロセスグループ ID と同じプロセスは、そのグループの「プロセスグループ・リーダー」である。 - JM

The process ID of the currently running XDM. 例文帳に追加

現在動いている XDM のプロセス ID - FreeBSD

The process ID of the child process. 例文帳に追加

子プロセスのプロセス番号です。 - Python

$ Expands to the process ID of the shell. 例文帳に追加

$シェルのプロセス ID に展開されます。 - JM

In a single-threaded process, the thread ID is equal to the process ID (PID, as returned by getpid (2)). 例文帳に追加

シングルスレッドのプロセスでは、スレッド ID は( getpid (2) が返すプロセス ID (PID) と等しい。 - JM

The session ID of the calling process. ERRORS 例文帳に追加

呼び出したプロセスのセッション IDエラー - JM

sets the real user ID, the effective user ID, and the saved set-user-ID of the calling process. 例文帳に追加

は呼び出し元のプロセスの実 (real) ユーザーID、実効 (effective) ユーザーID、保存 set-user-ID を設定する。 - JM

The process group ID and session ID of the calling process are set to the PID of the calling process. 例文帳に追加

呼び出したプロセスのプロセス・グループ ID とセッション ID には、呼び出したプロセスの PID が設定される。 - JM

The effective user ID of the process is copied to the saved set-user-ID; similarly, the effective group ID is copied to the saved set-group-ID. 例文帳に追加

プロセスの実効ユーザ ID は保存 (saved) set-user-ID にコピーされる。 同様に、実効グループ ID は保存 set-group-ID にコピーされる。 - JM

A process's session ID and process group ID are preserved across an execve (2). 例文帳に追加

プロセスのセッション ID とプロセスグループ ID はexecve (2) の前後で不変である。 - JM

Threads do not share a common session ID and process group ID. 例文帳に追加

スレッド間で共通のセッション ID やプロセスグループ ID を共有しない。 - JM

No process with the specified thread ID (and thread group ID) exists. 例文帳に追加

指定されたスレッドID (とスレッド・グループID) を持つプロセスが存在しない。 - JM

In particular, init(8) , process ID 1, is very special. 例文帳に追加

特に、プロセス ID が 1 の init(8) は特別です。 - FreeBSD

A process ID is specified as a positive value; a process group ID is specified as a negative value. 例文帳に追加

プロセスID は正の値として指定し、プロセスグループID は負の値として指定する。 - JM

returns their process ID. 例文帳に追加

がプロセス ID を返した瞬間に加算される。 - JM

Find the process ID of the process you want to send the signal to. 例文帳に追加

シグナルを送りたいプロセスのプロセス ID を探します。 - FreeBSD

A process can obtain its session ID using getsid (2), 例文帳に追加

プロセスは、それぞれgetsid (2), - JM

Set the process ID or process group ID that will receive SIGIO 例文帳に追加

ファイルディスクリプタfdのイベント発生を知らせるシグナルSIGIO - JM

The process whose ID is pid could not be found. 例文帳に追加

pid の ID を持つプロセスが見つからなかった。 - JM

and its process group ID using getpgrp (2). 例文帳に追加

getpgrp (2) を使って自分のセッション ID、プロセスグループ ID を取得できる。 - JM

returns the process ID of the parent of the calling process. 例文帳に追加

は呼び出し元のプロセスの親プロセスのプロセス ID を返す。 - JM

inherits its parent's session ID and process group ID. 例文帳に追加

で生成された子プロセスは親プロセスのセッション ID とプロセスグループ IDを継承する。 - JM

The owner (user ID) of the file is set to the effective user ID of the process. 例文帳に追加

ファイルの所有者 (ユーザー ID) は、プロセスの実効ユーザー ID に設定される。 - JM

meaning wait for any child process whose process group ID is equal to that of the calling process. 例文帳に追加

プロセスグループID が呼び出したプロセスのものと等しい子プロセスを待つ。 - JM

returns the real group ID of the calling process. 例文帳に追加

は呼び出し元のプロセスの実グループ ID を返す。 - JM

returns the real user ID of the calling process. 例文帳に追加

は呼び出し元のプロセスの実ユーザー ID を返す。 - JM

meaning wait for the child whose process ID is equal to the value of pid . 例文帳に追加

プロセスID がpidに等しい子プロセスを待つ。 - JM

Return the effective group id of the current process. 例文帳に追加

現在のプロセスの実行グループ id を返します。 - Python

IDs are of the form id=an unique id value, with no default and are used in the matching process. 例文帳に追加

ID は id=一意の ID の値 の形式であり、デフォルトはなく、照合処理で使用されます。 - NetBeans

The child has its own unique process ID, and this PID does not match the ID of any existing process group ( setpgid (2)). 例文帳に追加

子プロセスは独自のプロセス ID を持ち、この PID は既存のどのプロセスグループ( setpgid (2)) の ID とも一致しない。 - JM

Each process has various associated user and groups IDs. 例文帳に追加

各プロセスは、数種類のユーザ ID とグループ ID を持つ。 - JM

getsid(0) returns the session ID of the calling process. 例文帳に追加

getsid(0)は呼び出し元のプロセスのセッション ID を返す。 - JM

例文

A process's parent process ID identifies the process that created this process using fork (2). 例文帳に追加

プロセスの親プロセスの ID は、fork (2) を使ってそのプロセスを生成したプロセスを示す。 - JM




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS