dev inの部分一致の例文一覧と使い方
該当件数 : 139件
When a process opens /dev/ptmx, it gets a file descriptor for a pseudo-terminal master (PTM), and a pseudo-terminal slave (PTS) device is created in the /dev/pts directory. 例文帳に追加
プロセスが /dev/ptmx をオープンすると、そのプロセスには擬似端末マスタ (pseudo-terminal master; PTM) へのファイル・ディスクリプタが返され、/dev/ptsディレクトリに擬似端末スレーブ (pseudo-terminal slave; PTS)デバイスが作成される。 - JM
In order to avoid conflicting with X, syscons(4) supports a virtual device called /dev/sysmouse. 例文帳に追加
Xでのマウスの衝突を避けるために、syscons は /dev/sysmouseという仮想デバイスをサポートしています。 - FreeBSD
The most famous block device isprobably the one that represents the first drive in a Linux system, namely/dev/sda. 例文帳に追加
おそらく最も有名なブロックデバイスはLinux上で1番目のドライブ、すなわち/dev/sdaでしょう。 - Gentoo Linux
Note: It is not recommended to put the following directories in an LVM2 partition: /etc, /lib, /mnt,/proc, /sbin, /dev, and/root.例文帳に追加
注意:以下に続くディレクトリをLVM2パーティションに置くことは推奨しません。 /etc、/lib、/lib、/mnt、/proc、/sbin、/dev、/root。 - Gentoo Linux
Note: You can also install the modules by running the following command in the Terminal window:aptitude install php5-dev php-pear 例文帳に追加
注: 「端末」ウィンドウで次のコマンドを実行してもモジュールをインストールできます。 aptitude install php5-dev php-pear - NetBeans
This will be /dev/da0 if you have no other SCSI disks in the system, or /dev/da1 if you have a SCSI hard disk wired down as the root device. 例文帳に追加
ここで表示される ZIP のデバイスファイルは、 もしシステムに他の SCSI ディスクがない場合は/dev/da0 となり、 SCSIハードディスクドライブがルートデバイスとしてつなぎかえられているならば /dev/da1 となります。 - FreeBSD
A CPU #0 initializes a MEM #0, DEV #0, and DEV #2 that are hardware devices for use in booting an OS prior to the initialization of a DEV #1 that is a hardware device not used for booting the OS, and the OS is booted using the MEM #0, DEV #0, and DEV #2.例文帳に追加
CPU#0が、OSの起動に用いられるハードウェア装置であるMEM#0、DEV#0、DEV#2の初期化を、OSの起動に用いられないハードウェア装置であるDEV#1の初期化に先立って行い、MEM#0、DEV#0、DEV#2を用いてOSを起動する。 - 特許庁
If you do not specify the lp capability for a printer in your /etc/printcap file, LPD uses /dev/lp as a default. 例文帳に追加
/etc/printcap でプリンタの lp項目が指定されていない場合は、 LPD はデフォルトとして /dev/lp を使用します。 - FreeBSD
The files in the directory /proc/sys/kernel/random (present since 2.3.16) provide an additional interface to the /dev/random device. 例文帳に追加
ディレクトリ/proc/sys/kernel/randomにあるファイル (2.3.16 から存在する) は、/dev/randomデバイスへのその他のインタフェースを提供する。 - JM
Using a SCSI zip drive is simply a matter of determining which device file in the /dev directory represents the ZIP drive. 例文帳に追加
ZIP ドライブを使用するためには、 単に /dev の中から ZIPドライブのデバイスファイルを見つけるだけで良いのです。 - FreeBSD
The most famous block device is probably the one that represents the first drive in a Linux system, namely/dev/sda.例文帳に追加
おそらく最も有名なブロックデバイスはLinux上では1番目のIDEドライブ、すなわち/dev/hdaを指しているものでしょう。 - Gentoo Linux
If you have connected a terminal to the first serial port (COM1 in MS-DOS), then you will use /dev/ttyd0 to refer to the terminal. 例文帳に追加
詳しくは、sio(4)のマニュアルをご覧ください。 - FreeBSD
devices (/dev/hda), RAID will affect operations in a similar way. 例文帳に追加
RAID はこの操作を他のデバイスに対しても同じように行う。 - JM
One way to avoid this is to add the vt number in the /usr/local/lib/X11/xdm/Xservers file:The above example will direct the X server to run in /dev/ttyv3. 例文帳に追加
この問題を回避するには、/usr/X11R6/lib/X11/xdm/Xservers に vt番号を追加してください。 上の例は、/dev/ttyv3 を X サーバに対応させます。 - FreeBSD
If you start X with startx, the permissions on /dev/console will not get changed, resulting in things like xterm -C and xconsole not working. 例文帳に追加
X を startxで起動しますと、/dev/console のパーミッションは 変更できないようになっていますので、 xterm -C や xconsole は動きません。 - FreeBSD
Note that your device name (/dev/cd0 in this example) could be different, depending on the interface your CDROM uses. 例文帳に追加
使用している CDROM インタフェースによっては、 デバイス名 (この例では /dev/cd0c) が異なるかもしれないことに注意してください。 - FreeBSD
To correct this, open your X11 config in a text editor, and update the mouse InputDevice section to use the /dev/input/mice device.例文帳に追加
これを訂正するには、X11設定をテキストエディタで開き、マウスのInputDeviceセクションで/dev/input/miceを使うように更新してください。 - Gentoo Linux
If you didn't store the location of your swap partition in the kernel config, you can also pass it as a parameter with the resume=/dev/SWAP directive.例文帳に追加
カーネル設定でswapパーティションの場所を設定していなければ、resume=/dev/SWAPという変数で渡すことも出来ます。 - Gentoo Linux
The process list is run with its input or output connected to a FIFO or some file in /dev/fd. 例文帳に追加
プロセス list は、その入力や出力がFIFO または /dev/fd 中の何らかのファイルに接続された状態で実行されます。 - JM
When read, the /dev/random device will only return random bytes within the estimated number of bits of noise in the entropy pool. 例文帳に追加
読み込みが行われると、/dev/randomデバイスはエントロピー・プールのノイズビットの数の推定値のうち、ランダムバイトのみを返す。 - JM
Note: During your first steps in the PEAR community, you may stumble across the term "pear-dev", which is the abbreviation for the developers mailing list in PEAR's lingo. 例文帳に追加
これは、PEAR 用語で、開発者メーリングリストの略称です。 - PEAR
If you are not using devfs(5) (which is the default in FreeBSD5. X), you should make sure that you do not forget to run MAKEDEV all in the dev directory. 例文帳に追加
(FreeBSD5.X において初期状態で有効になっている) devfs(5) を利用していないのであれば、dev ディレクトリで MAKEDEV allするのを忘れずに。 - FreeBSD
There are two different kinds of entries:Call-in ports are named /dev/ttyd N where N is the port number, starting from zero. 例文帳に追加
2種類の異なったエン トリがあります。 着信用のポートの名前は、 /dev/ttydx ( xは0から始まるポート番号) となっています。 - FreeBSD
Most of these devices in a UNIX operating system must be accessed through special files called device nodes, which are located in the /dev directory. 例文帳に追加
Unix オペレーティングシステムにおけるデバイスのほとんどは、 デバイスノードと呼ばれる/devディレクトリにあるスペシャルファイルを通してアクセスしなければなりません。 - FreeBSD
What is worse, the filename has to end in .dvi so using /dev/fd/0 for standard input is problematic. 例文帳に追加
もっと悪いことに、ファイル名は.dvi で終わっている必要があり、標準入力の代わりに、 /dev/fd/0 を使うのは問題があります。 - FreeBSD
For instance, if you want GRUB installed in/dev/sda3, then the command becomes setup (hd0,2).Few users however want to do this. 例文帳に追加
例えば、GRUBを/dev/hda3にインストールしたい場合、setup (hd0,2)というコマンドになります。 しかしながら、こういうことをしたいユーザはあまりいません。 - Gentoo Linux
(The write-protect sense is EXPERIMENTAL code in the later kernels)sda: Write Protect is offsda: Mode Sense: 0b 00 00 08sda: assuming drive cache: write throughSCSI device sda: 1003600 512-byte hdwr sectors (514 MB)/dev/scsi/host0/bus0/target0/lun0: p1Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0usb-storage: device scan complete(At this point, the device is generally accessible by mounting /dev/sda1) 例文帳に追加
(最近のカーネルではライトプロテクトはEXPERIMENTAL(実験的)コードになります) (通常この時点で、/dev/sda1をマウントしてデバイスにアクセス可能です) - Gentoo Linux
(The 0 refers to the rfcomm0 in the config file)# rfcomm connect 0 Connected /dev/rfcomm0 to 00:0A:0B:0C:0D:0E on channel 1Press CTRL-C for hangup 例文帳に追加
("0"は設定ファイルの中のrfcomm0を参照させています) - Gentoo Linux
fdisk is a popular and powerful tool to split your disk into partitions.Fire up fdisk on your disk (in our example, we use/dev/sda): 例文帳に追加
fdiskはディスクをパーティションに分割するのに高機能かつ普及しているツールです。 さあfdiskを実行しましょう(例では/dev/hdaを使っています)。 - Gentoo Linux
For example, if your modem is hooked up to the first serial port, /dev/cuad0, then put in the following line:Use the highest bps rate your modem supports in the br capability. 例文帳に追加
たとえばモデムが 1番目のシリアルポートである /dev/cuaa0 に接続されている場合、次のようにします:モデムがサポートする最大の bps レートを br フィールドに使います。 - FreeBSD
When opening /dev/ttyd X in blocking mode, a process will wait for the corresponding cuad X device to become inactive, and then wait for the carrier detect line to go active. 例文帳に追加
/dev/ttydXをブロッキングモードでオープンすると、プロセスは対応する cuaaX デバイスがインアクティブになるのを待ちます。 次にCD 信号がアクティブになるのを待ちます。 - FreeBSD
In this case, you will need to wire down the root disk, i.e. force the kernel to bind a specific device to /dev/da0, the root SCSI disk. 例文帳に追加
そうした場合は、ルートのディスクを「つなぎかえ (wire down)」、すなわち、カーネルに特定のデバイスを SCSI ハードディスク /dev/da0 に強制的にバインドさせる必要があります。 - FreeBSD
The first item in the above line is the device special file for this entry -- ttyd0 means /dev/ttyd0 is the file that this getty will be watching. 例文帳に追加
1番目の項目は、このエントリで対象とするディバイス スペシャル ファイル です。 上の例ではttyd0 として、 /dev/ttyd0 を getty に監視させることを表しています。 - FreeBSD
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
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
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
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
Set the /dev entry to use for the printer, and note it in /etc/printcap with the lp capability; see the Identifying the Printer Device for more information. 例文帳に追加
プリンタを使用するために /dev エントリを設定し、/etc/printcap の lp項目でそのエントリを指定します。 これについては、「 プリンタデバイスの特定」 を参照してください。 - FreeBSD
If you do a quick check in such a /dev, you'll find out that not only all your devices are listed, but all possibledevices that you can imagine.例文帳に追加
もし、/devについて簡単な確認を行ったなら、あなたのすべてのデバイスだけでなく、あなたが想像できるすべての利用可能なデバイスを見つけることでしょう。 - 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
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
Since CVSup is written in Modula-3, adding it to the FreeBSD base system would also require adding and maintaining a Modula-3 compiler. This would lead to both an increase in the disk space consumed by the FreeBSD sources and additional maintenance work. 例文帳に追加
open や close の処理は、 socksys から /dev/null (null(4) 参照)へシンボリックリンクを張ることで代用します。 - 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
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に接続されることで、互いにリング状に接続される。 - 特許庁
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
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に電流を流す。 - 特許庁
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
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サイクルタイマを補正する。 - 特許庁
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| 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 |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|