| 意味 | 例文 |
Process IDの部分一致の例文一覧と使い方
該当件数 : 515件
pgrp has a supported value, but is not the process group ID of a process in the same session as the calling process. 例文帳に追加
pgrpが有効な値だが、呼び出しを行ったプロセスと同じセッションに属するプロセスのプロセス・グループ ID には該当するものがない。 - JM
A process can obtain its set of supplementary group IDs using getgroups (2), 例文帳に追加
プロセスは、自分の補助グループ ID の集合をgetgroups (2) - JM
The second group of three is used when the group ID of the file either equals the effective group ID of the calling process, or is one of the supplementary group IDs of the calling process (as set by setgroups (2)). 例文帳に追加
ファイルのグループ ID が呼び出し元のプロセスの実効グループ ID または( setgroups (2) で設定される) 呼び出し元のプロセスの補助 (supplementary) グループ ID と等しい場合、3 つのうち 2 番目のグループが使われる。 - JM
Every process is assigned a unique value, termed a process identifier (PID). 例文帳に追加
すべてのプロセスにはプロセス ID(PID) と呼ばれる一意の値が割り当てられます。 - FreeBSD
A terminal has a process-group identifier assigned to it. 例文帳に追加
端末にはプロセスグループ ID が割り当てられています。 - FreeBSD
Return the current process id.Availability: Unix, Windows. 例文帳に追加
現在のプロセス id を返します。 利用できる環境: Unix, Windows.。 - Python
This identifier is normally set to the identifier of a process group associated with the terminal. 例文帳に追加
この IDは、端末に関連づけられたプロセスグループの ID が通常セットされます。 - FreeBSD
the new directory will inherit the group ownership from its parent; otherwise it will be owned by the effective group ID of the process. 例文帳に追加
それ以外の場合は、グループ所有権はプロセスの実効グループ ID となる。 - JM
The newly created node will be owned by the effective user ID of the process. 例文帳に追加
新しく作成されたノードの所有者はプロセスの実効ユーザ ID にセットされる。 - JM
If the argument is negative, send the signals to the process group with the ID of the absolute value of the argument. 例文帳に追加
負だと、引き数の絶対値を ID に持つプロセスグループにシグナルが送られる。 - JM
A process may read from a descriptor for its controlling terminal only if the terminal's process-group identifier matches that of the process. 例文帳に追加
プロセスは、端末のプロセスグループ IDとそのプロセスのプロセスグループ ID が一致したときのみ、制御端末を記述子から読むことができます。 - FreeBSD
returns the supplementary group IDs of the calling process in list . 例文帳に追加
は呼び出し元プロセスの補助グループ (supplementary group) ID をlistに返す。 - JM
Process IDs are returned as positive values; process group IDs are returned as negative values (but see BUGS below). 例文帳に追加
プロセスグループID は負の値として返される (下記のバグの章を参照)。 - JM
On success, the thread ID of the child process is returned in the caller's thread of execution. 例文帳に追加
成功した場合、呼び出し元の実行スレッドには子プロセスのスレッドID が返される。 - JM
The newly created directory will be owned by the effective user ID of the process. 例文帳に追加
新しく作成されたディレクトリの所有者はプロセスの実効ユーザ ID に設定される。 - JM
capability) and uid does not match the real UID or saved set-user-ID of the calling process. 例文帳に追加
ケーパビリティ (capability) を持たず)、uidが呼び出し元プロセスの実 UID または保存 set-user-ID と一致しない。 - JM
A zero value for who denotes (respectively) the calling process, the process group of the calling process, or the real user ID of the calling process. 例文帳に追加
whoがゼロならば、(それぞれ)呼び出したプロセス、呼び出したプロセスのプロセス・グループ、呼び出したプロセスの実UID を意味する。 - JM
Don't clear set-user-ID and set-group-ID permission bits when a file is modified; set the set-group-ID bit for a file whose GID does not match the file system or any of the supplementary GIDs of the calling process. 例文帳に追加
呼び出し元プロセスのファイルシステム GID と追加の GID のいずれともGID が一致しないファイルに対して set-group-ID ビットを設定する。 - JM
Similarly, when the set-group-ID bit of the program file is set the effective group ID of the calling process is set to the group of the program file. 例文帳に追加
同様に、プログラムファイルに set-group-ID ビットが設定されていた場合、呼び出したプロセスの有効グループ ID はプログラムファイルのグループに変更される。 - JM
Return the current process' user id.Availability: Unix. 例文帳に追加
現在のプロセスのユーザ id を返します。 利用できる環境: Unix。 - Python
Set the current process' group id.Availability: Unix. 例文帳に追加
現在のプロセスにグループ id をセットします。 利用できる環境: Unix。 - Python
Note that at the time this system call was introduced, a process could send a signal to a process with the same effective user ID. 例文帳に追加
このシステムコールが導入された当時、プロセスは同じ実効ユーザIDのプロセスへシグナルを送ることができた。 - JM
which creates a new session whose session ID is the same as the PID of the process that called setsid (2). 例文帳に追加
は、setsid (2) を呼び出したプロセスの PID と同じ値のセッション ID を持つ新たなセッションを生成する。 - JM
returns a pointer to a string containing a username associated with the effective user ID of the process. 例文帳に追加
は、現在のプロセスの実効ユーザーID に対応するユーザー名の文字列へのポインタを返す。 - JM
If pid is positive, then signal sig is sent to the process with the ID specified by pid. 例文帳に追加
pid に正の値を指定した場合、シグナル sig がpid で指定された ID を持つプロセスに送られる。 - JM
A process with effective user ID 0 is allowed to specify values that do not match its own. 例文帳に追加
実効ユーザー ID が 0 のプロセスには、自分自身以外の値を指定する事が許される。 - JM
A management process 2 issues a request for job cluster ID to a job cluster ID generator 11 and obtains a new job cluster ID.例文帳に追加
管理プロセス2は、ジョブクラスタID生成器11にジョブクラスタID要求を出し、新しいジョブクラスタIDを得る。 - 特許庁
To facilitate the implementation of the user interface to job control, the operating system maintains the notion of a current terminal process group ID. 例文帳に追加
ジョブ制御のためのユーザインタフェースの実装を容易にするためにオペレーティングシステムは現在の端末プロセスのグループ ID (current terminal process group ID)という情報を管理しています。 - JM
Each process is uniquely identified by a number called a process ID, or PID, and, like files, each process also has one owner and group. 例文帳に追加
各プロセスはプロセス ID、もしくは PID と呼ばれる数字でただ一つに識別されます。 また、ファイルのように各プロセスには所有者とグループがあります。 - FreeBSD
The computer 3b unlocks a chemical shelf 20B because the previously stored process ID (0) and process ID (A) are transmitted.例文帳に追加
コンピュータ3bは、予め記憶した工程ID(0)、工程ID(A)が送信されたので、薬品棚20Bを解錠する。 - 特許庁
numerical ID of parent of process process priority (non-positive when in non-interruptible wait) 例文帳に追加
親プロセスの数字表記によるID、プロセスの優先度(割り込み不可のウエイトであるときには非正値)元のテキストは以下の通りです。 - JM
All of these interfaces are available on Linux, and are used for getting and setting the process group ID (PGID) of a process. 例文帳に追加
これらのインタフェースすべてが Linux で利用可能で、これらを使ってプロセスのプロセス・グループ ID (PGID) の取得や設定ができる。 - JM
An attempt was made to change the process group ID of one of the children of the calling process and the child had already performed an execve (2) 例文帳に追加
呼び出し元プロセスの子プロセスのプロセス・グループ ID を変更しようとしたが、すでにその子プロセスはexecve (2) を実行していた。 - JM
On Unix, the new executable is loaded into the current process, and will have the same process ID as the caller.例文帳に追加
Unixでは、新たに実行される実行コードは現在のプロセス内にロードされ、呼び出し側と同じプロセス ID を持つことになります。 - Python
Set the current process' user id.Availability: Unix. 例文帳に追加
現在のプロセスのユーザ id を設定します。 利用できる環境: Unix - Python
Subject to the same rules, another unprivileged process can also make these changes, as long as the effective user ID of the process making the change matches the real or effective user ID of the target process. 例文帳に追加
ある非特権プロセスが別のプロセスに対してこれらの変更を行う際にも、同じルールが適用される。 変更を行えるのは、変更を行おうとするプロセスの実効ユーザ ID が変更対象のプロセスの実ユーザ ID か実効ユーザ ID と一致している場合に限られる。 - JM
A TC server 1 stores a process ID in cross-reference with an access ID of a user utilizing a TC terminal 2 being a communication opposite party of a process to which the process ID is provided.例文帳に追加
TCサーバ1では、プロセスIDに、該プロセスIDを付与されたプロセスの通信相手であるTC端末2を利用しているユーザの接続IDを対応づけて記憶している。 - 特許庁
A process ID acquiring means 101 acquires a process list by performing a ps command, and acquires process ID corresponding to a process name mentioned in a monitor target process name description file 15 from the process list.例文帳に追加
プロセスID取得手段101がpsコマンドを実行してプロセス一覧を取得し、当該プロセス一覧から監視対象プロセス名記述ファイル15に記述されているプロセス名に対応するプロセスIDを取得する。 - 特許庁
Specifies the limit on the number of signals that may be queued for the real user ID of the calling process. 例文帳に追加
呼び出し元プロセスの実ユーザー ID に対してキューに入れられるシグナルの数の制限を指定する。 - JM
sets both the scheduling policy and the associated parameters for the process whose ID is specified in pid. 例文帳に追加
は pid で指定された ID を持つプロセスのスケジューリング・ポリシーやそれに関連するパラメータを設定する。 - JM
Creating a new process group is easy; the value of a new process group is ordinarily the process identifier of the creating process. 例文帳に追加
新しいプロセスグループを作成することは簡単です。 新しいプロセスグループの値はたいてい 作成したプロセスのプロセス ID となります。 - FreeBSD
After a process A for adding a chemical 21A into a vessel 30, a computer 1 transmits a process ID (A) and a process ID (0) of a history list L0 to a computer 3b.例文帳に追加
薬品21Aを容器30に加える工程Aの後、コンピュータ1は、履歴リストL0の工程ID(0)、工程ID(A)をコンピュータ3bに送信する。 - 特許庁
/proc/self This directory refers to the process accessing the /proc file system, and is identical to the /proc directory named by the process ID of the same process. 例文帳に追加
/proc/selfこのディレクトリはプロセスに (プロセス自身の)/proc ファイルシステムへのアクセスを参照させる。 これは (このプロセスの) プロセス ID が名前であるディレクトリと同じものである。 - JM
function checks the effective user ID of the caller and if it is the superuser, all process-related user ID's are set to uid . 例文帳に追加
関数は呼び出し者の実効ユーザー ID をチェックし、それがスーパー・ユーザーならば、プロセスに関連する全てのユーザー ID にuidを設定する。 - JM
GLASS PLATE WITH ID-IDENTIFYING FUNCTION AND PROCESS FOR IDENTIFYING VEHICLE例文帳に追加
ID識別機能付きガラス板および車輌の識別方法 - 特許庁
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
| 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. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|