dev.を含む例文一覧と使い方
該当件数 : 516件
Most of these "stubs" should be recognizable to you; stubs like/dev, /proc or /sys will be populated when the slave starts, the others will be mounted later.例文帳に追加
ほとんどのディレクトリは理解できるでしょう。 /devや/procのようなディレクトリは、スレーブが起動するときに使用され、その他のディレクトリは、その後でマウントされます。 - Gentoo Linux
Some even know why device files have special numbers when we take a closer look at them when we issue ls -l in /dev.例文帳に追加
そのうちの幾人かは/devディレクトリでls-lを実行して、その結果をより詳しく見たときに、なぜデバイスファイルが特別な数値を持っているのかさえも知っています。 - Gentoo Linux
/dev/tcp/host/port If host is a valid hostname or Internet address, and port is an integer port number or service name, bash attempts to open a TCP connection to the corresponding socket. 例文帳に追加
/dev/tcp/host/porthost が有効なホスト名またはインターネットアドレスでport が整数のポート番号ならば、bash は対応するソケットに対して TCP 接続のオープンを試みます。 - JM
/dev/udp/host/port If host is a valid hostname or Internet address, and port is an integer port number or service name, bash attempts to open a UDP connection to the corresponding socket. 例文帳に追加
/dev/udp/host/porthost が有効なホスト名またはインターネットアドレスでport が整数のポート番号ならば、bash は対応するソケットに対して UDP 接続のオープンを試みます。 - JM
This option permits the contents of /dev/initrd to be any data and need not be limited to a file system image. 例文帳に追加
つまり、このオプションを用いることによって、/dev/initrdの内容を (ブート以外の目的に) 利用することが可能になる。 また、その内容はファイルシステムイメージに限定されない。 - JM
Code Listing2.6: Searching packages which use the firefox USE flag # equery hasuse firefox[ Searching for USE flag firefox in all categories among: ]* installed packages[I--] [ ] dev-python/gnome-python-extras-2.14.0-r1 (0)[I--] [ ] media-video/totem-2.16.4 (0) 例文帳に追加
コード表示2.6:mozillaUSEフラグを使っているパッケージを探す - Gentoo Linux
(Replace [version] with the version number you have just installed.)# emerge --config =dev-db/mysql-[version]* MySQL DATADIR is /var/lib/mysql* Press ENTER to create the mysql database and set proper* permissions on it, or Control-C to abort now.. 例文帳に追加
([version]をインストールしたバージョンに置き換えて下さい。 - Gentoo Linux
Dev and I got into a huge fight last night, and he left town and went to new york, and he's not texting me.例文帳に追加
わたし昨日デヴと大喧嘩して NYに戻ったきりメールもくれない - 映画・海外ドラマ英語字幕翻訳辞書
Dev and I got into a huge fight last night, and he left town and went to new york, and he's not texting me.例文帳に追加
わたし昨日デヴと大喧嘩して nyに戻ったきりメールもくれない - 映画・海外ドラマ英語字幕翻訳辞書
In the LINK layer of the DEV, DEV cycle timer by a created beacon (n-1) is compared with PNC cycle timer received from the PNC and its difference value is employed for correcting the DEV cycle timer to be combined with the PNC cycle timer.例文帳に追加
DEVのLINK層では、作成されたビーコン(n−1)によるDEVサイクルタイマと、PNCから受信したPNCサイクルタイマとを比較して、その差分値を用いて、PNCサイクルタイマに合わせ込むようにDEVサイクルタイマを補正する。 - 特許庁
The PNC adds the PNC cycle timer to next beacon (n) before it is transmitted to the DEV.例文帳に追加
PNCは、次のビーコン(n)にPNCサイクルタイマを付加し、DEVに送信する。 - 特許庁
DEV[1]-DEV[n] are connected with one another into a ring form by TRG_-IN of itself being connected to TRG-OUT of one semiconductor device other than itself.例文帳に追加
DEV[1]〜DEV[n]は、自身のTRG_INが自身以外の1個の半導体デバイスのTRG_OUTに接続されることで、互いにリング状に接続される。 - 特許庁
To merge a partition like /var into its parent, create the new partition large enough for both, move the parent partition as described above, then move the child partition into the empty directory that the first move created:# 例文帳に追加
たとえば、2台目の SCSIドライブの拡張パーティションに Eパーティションがあるとしますと、 これは /dev に「スライス 5」のスペシャルファイルを作る必要があり、 /dev/da1s5としてマウントされます。 # - FreeBSD
Since some DVD players will look for DVD media in /dev/dvd by default, or have this device name hardcoded in them, you might find it useful to make symbolic links to the proper devices:# 例文帳に追加
いくつかの DVD プレイヤは DVD メディアを /dev/dvd として初期設定しているか、ハードコーディングされているので、次のように適切なデバイスにシンボリックリンクを張っておくと便利かもしれません。 # - FreeBSD
From there, the init scripts of the Installation CD can take over, as if the CD was present locally. Building Kernel and Initrd Images with Support for Netbooting例文帳に追加
root=/dev/ram0とinit=/linuxrcをカーネルイメージに渡されるカーネルパラメータに加えてください。 - Gentoo Linux
This is done using the ekeyword tool which is part of the gentoolkit-dev package.例文帳に追加
これらのパッケージは次のリストにある適切なコマンドを使うことでインストールできます: - Gentoo Linux
The first part of the configuration is similar to the configuration of swsusp.In case you didn't store the location of your swap partition in the kernel config, you have to pass it as a kernel parameter with theresume=swap:/dev/SWAP directive.例文帳に追加
設定の最初の部分は、swsuspの設定と似ています。 カーネル設定でswapパーティションの場所を設定していなければ、resume2=swap:/dev/SWAPという変数で渡すことも出来ます。 - Gentoo Linux
Bash handles several filenames specially when they are used in redirections, as described in the following table: 0 /dev/fd/fd If fd is a valid integer, file descriptor fd is duplicated. 例文帳に追加
bash は、以下の表にあるようなファイル名がリダイレクトに使用されると、それらを特別に扱います。 0/dev/fd/fdfd が有効な整数ならばファイル・ディスクリプター fd が複製されます。 - JM
When a 512-character font is loaded, the 9th bit position can be fetched by applying the ioctl (2) 例文帳に追加
512 文字から成るフォントをロードした場合、9 ビット目の情報は /dev/tty[1\\-63] に対してioctl (2) - JM
Each of DEV[1]-DEV[n] performs switching action, with a pulse signal from TRG-IN as its starting point, and lets a current flow to an inductor L corresponding to itself.例文帳に追加
DEV[1]〜DEV[n]のそれぞれは、TRG_INからのパルス信号を起点としてスイッチング動作を行い、自身に対応するインダクタLに電流を流す。 - 特許庁
On some platforms, the user must have special permission to start the X server, often because access to certain devices (e.g. /dev/mouse) is restricted.例文帳に追加
プラットフォームによっては、あるデバイス(例えば /dev/mouse)へのアクセスが制限されていることがしばしばあり、X サーバを起動するためにユーザが特別な権限を必要とすることがある。 - XFree86
For example, if you have an E partition as the second DOS partition on the second SCSI drive, there will be a device file for slice 5 in /dev, so simply mount it:# 例文帳に追加
cfディレクトリにある README に、m4での設定の基本的な説明があります。 - FreeBSD
To remove Kerberos from the system, reinstall the base distribution for the release you are running. 例文帳に追加
たとえば root を /dev/ad1s1aへ、暫定的なマウントポイントを /mntとして移そうとすると以下のようになります。 - FreeBSD
Where does data written to /dev/null go? 例文帳に追加
このリストのどこかに、『これを文書にまとめるのに 1人』というのがあってもいいんじゃないか? - FreeBSD
# mkdir /diskless/192.168.1.21/home# mkdir /diskless/192.168.1.21/dev# mkdir /diskless/192.168.1.21/proc# mkdir /diskless/192.168.1.21/tmp# mkdir /diskless/192.168.1.21/mnt# chmod a+w /diskless/192.168.1.21/tmp# mkdir /diskless/192.168.1.21/mnt/.initd# mkdir /diskless/192.168.1.21/root# mkdir /diskless/192.168.1.21/sys# mkdir /diskless/192.168.1.21/var# mkdir /diskless/192.168.1.21/var/empty# mkdir /diskless/192.168.1.21/var/lock# mkdir /diskless/192.168.1.21/var/log# mkdir /diskless/192.168.1.21/var/run# mkdir /diskless/192.168.1.21/var/spool# mkdir /diskless/192.168.1.21/usr# mkdir /diskless/192.168.1.21/opt 例文帳に追加
(openMosixの場合のみ) #mkdir/diskless/192.168.1.21/mfs - Gentoo Linux
dev-perl/Socket6IPv6 related part of the C socket.h defines and structure manipulators4.DNS setupIPv6 and DNS 例文帳に追加
Cのsocket.hにある定義と構造体操作子(structuremanipulators)のIPv6に関係のある部分です DNSのセットアップ - Gentoo Linux
You might want to run:"emerge --config =dev-db/mysql-[version]"if this is a new install. Since this is a new installation, we run the command. 例文帳に追加
新規インストールですので、表示されたこのコマンドを実行し、MySQLを設定します。 - Gentoo Linux
/dev/ram0 ) then the kernel skips to the last step for the usual boot sequence. 例文帳に追加
と同一の場合は、カーネルは普通のブートシーケンスのための最後のステップを省略する。 - JM
Thus, a session is not switched even if the communication infrastructure used for connection to the other station is switched on the application programs dev-1 to dev-n of the communication terminal device 1.例文帳に追加
したがって、通信端末装置1のアプリケーションプログラムdev−1〜dev−n上では、相手局との接続に用いる通信インフラを切り替えても、セッションが切り替わらない。 - 特許庁
The list of ports consists of lines with two or more space separated words: the category and the port, optionally followed by an installation command that will compile and install the port (default: make install BATCH=yes /dev/null). 例文帳に追加
ports リストは、空白で区切られた 2 個以上のキーワードからなっています。 カテゴリ、port名に始まり、オプションとして port をコンパイルしてインストールするためのコマンド(デフォルトは make install BATCH=yes /dev/null)が続きます。 - FreeBSD
We can get around that problem by linking (symbolically) a temporary file name (one that ends in .dvi) to /dev/fd/0, thereby forcing dvilj2p to read from standard input. 例文帳に追加
この問題は、(.dvi で終わる) 一時的なファイル名から/dev/fd/0 に (シンボリックな) リンクを張ることで回避することができます。 これで、 dvilj2pに強制的に標準入力からデータを読み込ませることができます。 - FreeBSD
(Standard error is redirected to /dev/null to prevent the warnings about the directories that are not empty.) /var/tmp/root now contains all the files that should be placed in appropriate locations below /. 例文帳に追加
(空でないディレクトリに関する警告を避けるために、 標準エラー出力は /dev/null に リダイレクトされます)この段階の /var/tmp/root には、 本来 / 以下にあるべきファイルが すべて含まれています。 - FreeBSD
Reboot your system with the mininux boot disk (just pop it inside), and once you are logged in, switch the disk in the drive with your utility disk we have created above and type mount /dev/fd0 /floppy to have partedunder /floppy.例文帳に追加
mininuxのブートディスクをフロッピードライブに入れて再起動し、ログインします。 ログインできたらpartedを/floppyから呼び出せるように、先程作ったユーティリティ・ディスクに入れ換えてmount/dev/fd0/floppyとタイプしてください。 - Gentoo Linux
But for the fortunateuser (and that includes you) using /dev/hda1 is just a fast way of explaining that we are talking about the primary master IDE, first partition. Oraren't we?例文帳に追加
ですが、幸運なユーザ(読者であるあなたも含む)にとって/dev/hda1と使うのは、プライマリマスタIDEの一番目のパーティションについて話しているということを説明するのには手っ取り早い方法ですよね? - Gentoo Linux
Gentoo will use udev but keep a static/dev so that you will never have any missing device nodes.The Gentoo init scripts won't run the devfsd daemon and will deactivate devfswhen you boot up. 例文帳に追加
不足しているデバイスノードが少しもないように、Gentooはudevを使用しても、静的な/devを維持し続けます。 Gentooのinitスクリプトは、devfsdデーモンを実行しませんし、ブート時にdevfsを停止状態にします。 - Gentoo Linux
If directory /initrd does not exist on the normal root file-system and any processes remain running from /dev/ram0 when /linuxrc exits, the behavior of the kernel is UNSPECIFIED . 例文帳に追加
もし、/initrdディレクトリが通常時ルートファイルシステムに存在せず、/linuxrcが終了した時に/dev/ram0上で実行された、なんらかのプロセスが走り続けていた場合のカーネルの動作は"決められていない (不定である)" 。 - JM
The key role of /dev/initrd in the above is to re-use the configuration data during normal system operation without requiring initial kernel selection, a large generic kernel or, recompiling the kernel. 例文帳に追加
上記の動作での/dev/initrdの役割のキーポイントは、初期カーネルの選択や大きなジェネリックカーネル、カーネルの再構築なしに、通常のシステム操作で再利用可能な設定データを利用することにある。 - JM
Each of the cells has a processing unit BARC, RESIST (DEV) and a main transfer mechanism.例文帳に追加
セルはそれぞれ、処理ユニットBARC、RESIST(DEV)と、主搬送機構を備える。 - 特許庁
On a system using devfs(5) , the above will automatically be allocated transparently to a program that requests /dev/dsp0. 例文帳に追加
devfs(5)を使用しているシステムでは、 ユーザが意識しなくてもこれらが自動的に設定されます。 - FreeBSD
Note: The PAE support in FreeBSD is only available for Intel IA-32 processors. It should also be noted, that the PAE support in FreeBSD has not received wide testing, and should be considered beta quality compared to other stable features of FreeBSD. 例文帳に追加
これにしたがって、/devディレクトリに acd0 で始まるエントリをさがしてください。 - FreeBSD
In order to find the boot devices, yaboot needs access to the device nodes created by udev on startup and the sysfs filesystem.例文帳に追加
最初にブートローダをインストールするときに必要になる/devファイルを作成しなければなりません。 - Gentoo Linux
(Make sure you have sys-boot/syslinux-3.00 or later installed)# emerge -av 'sys-boot/syslinux-3'# dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc0+1 records in0+1 records out304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s 例文帳に追加
(sys-boot/syslinux-3.00以降がインストールされていることを必ず確認して下さい 0+1recordsout - Gentoo Linux
The processing unit has a liquid processing unit BARC, RESIST (DEV) and a heat treatment unit.例文帳に追加
処理ユニットは、液処理ユニットBARC、RESIST(DEV)と熱処理ユニットを含む。 - 特許庁
The standby pod 70 functions as a partition wall between the development processing units DEV adjacent to each other as well.例文帳に追加
待機ポッド70は隣接する現像処理ユニットDEV間の仕切壁としても機能する。 - 特許庁
Normally, xdm attempts to make itself into a daemon process unassociated with any terminal.例文帳に追加
【訳注:bit-bucket - /dev/null でしょう】"DisplayManager.daemonMode"通常、xdmはどの端末とも関係がないデーモンプロセスとして動作しようとする。 - XFree86
By this, even if the communication infrastructure used for connection to the other station is changed, no switching occurs with a session C 1a-Cna that connects application programs dev-1 to dev-n to the protocol layer 22.例文帳に追加
このため、相手局との接続に用いる通信インフラを切り替えても、アプリケーションプログラムdev−1〜dev−nとプロトコル層22とを接続するセッションC 1a〜Cnaについては切り替わらない。 - 特許庁
This can be determined by looking at the boot messages while FreeBSD is booting (or in /var/log/messages after booting), where you will see a line something like this:This means that the ZIP drive is represented by the file /dev/da1. 例文帳に追加
ZIPドライブのデバイスファイルは起動時に表示されるブートメッセージか、 /var/log/messages の中からというメッセージを見つけることで特定できます。 上の例の場合、 ZIPドライブのデバイスファイルは /dev/da1であるということを表しています。 - FreeBSD
To do this, you must make sure that devfs is not mounted automatically (meaning you'll have to recompile your kernel) and that /dev/console exists.例文帳に追加
これを行うためには、devfsが自動的にマウントされないことを確認しなければなりません(カーネルの再コンパイルをしなればならないことを意味します)。 そして、/dev/consoleが存在することも確認しなければなりません。 - Gentoo Linux
To do this, type n to create a new partition, then p to tell fdisk that you want a primary partition. Then type 2 to create the second primary partition, /dev/sda2 in our case.例文帳に追加
この作業のためには、新規パーティションを作成するのにn、基本パーティションを選択するのにpを入力します. そして2番目の基本パーティション、この例では/dev/hda2を作成するのに2と入力します。 - Gentoo Linux
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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 |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)