initを含む例文一覧と使い方
該当件数 : 185件
12.6 Init: Process Control Initialization 例文帳に追加
12.6. init: プロセス制御の初期化 - FreeBSD
The administrator may change the current run-level via init (8) 例文帳に追加
システム管理者は、init (8) - JM
/etc/conf.d/your init script/etc/conf.d/basic/etc/rc.conf 例文帳に追加
/etc/conf.d/あなたのinitスクリプト /etc/conf.d/basic - Gentoo Linux
Code Listing2.2: Switching from modutils to module-init-tools 例文帳に追加
コード表示2.2:modutilsからmodule-init-toolsへ切り替え - Gentoo Linux
In particular, init(8) , process ID 1, is very special. 例文帳に追加
特に、プロセス ID が 1 の init(8) は特別です。 - FreeBSD
Expand the GenericServlet node and select init(Servlet Config arg0). 例文帳に追加
「GenericServlet」ノードを展開し、「init(Servlet Config arg0)」を選択します。 - NetBeans
Note: init is always the first process run on a system, therefore it will always have PID 1. 例文帳に追加
(init プロセスのプロセス ID は 常に1です) - FreeBSD
Code Listing2.2: Receiving init script information 例文帳に追加
コード表示2.2: initスクリプトの情報を参照する - Gentoo Linux
The basic layout of an init script is shown below. 例文帳に追加
initスクリプトの基本レイアウトを、以下に示します。 - Gentoo Linux
These are bundled up into thesys-apps/module-init-tools package. 例文帳に追加
これらはsys-apps/module-init-toolsパッケージに含まれています。 - Gentoo Linux
You should now remove modutils and install module-init-tools: 例文帳に追加
ではmodutilsを削除し、module-init-toolsをインストールしましょう。 - Gentoo Linux
The exception to this is a special process called init(8) . 例文帳に追加
これの例外は init という特別なプロセスです。 - FreeBSD
There used to be a file /etc/ttys in Unix V6, that was read by the init (8) 例文帳に追加
Unix V6 では/etc/ttysファイルが使われていた。 init (8) - JM
Code Sample 4: Code to Add to the Session Bean's init Method 例文帳に追加
コード例 4: セッション Bean の init メソッドに追加するコード - NetBeans
Code Sample 2: Code to Add to the Application Bean's init Method 例文帳に追加
コード例 2: アプリケーション Bean の init メソッドに追加するコード - NetBeans
Alternatively, the process may already be being traced, or be init (8) 例文帳に追加
または、プロセスはすでにトレース中である、またはinit (8) - JM
init is always the first process, so its PID is always 1. 例文帳に追加
initは常に最初のプロセスなので、 PID は必ず 1 になります。 - FreeBSD
To add or remove an init script, just give rc-update the add or del argument, followed by the init script and the runlevel.例文帳に追加
initスクリプトを追加または、削除するには、rc-updateにaddまたは、del引数を渡し、initスクリプトとランレベルが後ろに続きます。 - Gentoo Linux
(This is probably already done by yournet.ethX init scripts). 例文帳に追加
(たいていの場合、net.ethXのinitスクリプトですでに行われています)。 - Gentoo Linux
Most of the sorting goes on in linux/init/main. 例文帳に追加
)カーネルコマンドラインの扱いはほとんど linux/init/main.c が行なっている。 - JM
The only signals that can be sent to process ID 1, the init process, are those for which init has explicitly installed signal handlers. 例文帳に追加
プロセス番号 1 のinitプロセスに送ることができるシグナルは、initが明示的にシグナルハンドラを設定したシグナルだけである。 - JM
Code Sample 1: Initializing the personOptions Array in the Session Bean's init Method 例文帳に追加
コード例 1: セッション Bean の init メソッドでの personOptions 配列の初期化 - NetBeans
For more information, see at the init(8) manual page. 例文帳に追加
どうしてなのかについては、init(8) のマニュアルページに書かれています。 - FreeBSD
Gentoo's init script syntax is based on the Bourne Again Shell (bash) so you are free to use bash-compatible constructs inside your init script.例文帳に追加
Gentooのinitスクリプトの構文は、Bourne Again シェル(bash)準拠です。 よって、initスクリプトでは、bash構文のスクリプトを自由に使用することができます。 - Gentoo Linux
Append the following lines of code (in bold) to the SessionBean1.init method. 例文帳に追加
SessionBean1.init メソッドに次のコードの行 (太字部分) を追加します。 - NetBeans
Open the SessionBean1.java file and append the following line to the SessionBean1.init method. 例文帳に追加
「SessionBean1.java」ファイルを開き、SessionBean1.init メソッドに次の行を追加します。 - NetBeans
init is started automatically by the kernel when FreeBSD starts. 例文帳に追加
init はFreeBSD がスタートするときカーネルによって自動的に起動されます。 - FreeBSD
When the value in this file is 0, Ctrl-Alt-Del is trapped and sent to the init (8) 例文帳に追加
このファイルにある値が 0 の場合、Ctrl-Alt-Del が捕捉されるとinit (8) - JM
ignored, for servers started the ancient way (from init).例文帳に追加
このオプションは昔の方法で(init から)起動されるサーバ用である。 - XFree86
No, writing an init script is usually not necessary as Gentoo providesready-to-use init scripts for all provided services. 例文帳に追加
Gentooは、提供されるサービスすべてに対して、すぐに使用できるinitスクリプトを提供するので、通常は、initスクリプトを記述する必要はありません。 - Gentoo Linux
Your init script can depend on a system logger, but there are many system loggers available (metalogd, syslog-ng,sysklogd, ...).例文帳に追加
たとえば、あるinitスクリプトがシステムロガーに依存するとします。 - Gentoo Linux
Add the necessary init scripts to the newly created runlevels. 例文帳に追加
新しく作成したランレベルに必要なinitスクリプトを追加してください。 - Gentoo Linux
Gentoo ChoicesGentoo Linux Kernel Guide 例文帳に追加
initスクリプト Gentoo選択肢ガイドGentooLinuxカーネルガイド - Gentoo Linux
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 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 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| 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 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|