1153万例文収録!

「proc」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

procを含む例文一覧と使い方

該当件数 : 246



例文

Presently, there are subdirectories abi ", " debug ", " dev ", " fs ", " kernel ", " net ", " proc ", " 例文帳に追加

を用いて書き換えることもできる。 いまのところabi ", " debug ", " dev ", " fs ", " kernel ", " net ", " proc ", " - JM

/proc/sys/kernel/modprobe This file contains the path for the kernel module loader. 例文帳に追加

/proc/sys/kernel/modprobeこのファイルには、カーネルモジュールローダへのパスが含まれる。 - JM

If the /proc/sys/kernel/panic file is also non-zero then the machine will be rebooted. 例文帳に追加

/proc/sys/kernel/panicファイルも 0 でない場合、マシンは再起動される。 - JM

/proc/sys/kernel/pty/max This file defines the maximum number of pseudo-terminals. 例文帳に追加

/proc/sys/kernel/pty/maxこのファイルは疑似端末の最大数を定義する。 - JM

例文

/proc/sys/net This directory contains networking stuff. 例文帳に追加

/proc/sys/netこのディレクトリにはネットワーク関係の情報が入っている。 - JM


例文

/proc/net/sk98lin/eth[x] The statistics file of a particular interface of an adapter card. 例文帳に追加

/proc/net/sk98lin/eth[x]アダプタカードの特定のインタフェースの統計ファイル。 - JM

/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

# grep -v rootfs /proc/mounts /etc/mtab 例文帳に追加

コード表示12.2:mtabファイルの更新 - Gentoo Linux

Also select Virtual memory and /procfile system. 例文帳に追加

Virtual memory、 /proc file systemも選択してください。 - Gentoo Linux

例文

This panic timeout can also be set by "echo N > /proc/sys/kernel/panic". 例文帳に追加

この値は、起動後に "echo N > /proc/sys/kernel/panic"として設定することもできる。 - JM

例文

/proc/net/dev The dev pseudo-file contains network device status information. 例文帳に追加

/proc/net/dev擬似ファイル dev はネットワークデバイスの状態情報を含んでいる。 - JM

/proc/sys/fs/inode-max This file contains the maximum number of in-memory inodes. 例文帳に追加

/proc/sys/fs/inode-maxこのファイルには、メモリ内 inode の最大値が書かれている。 - JM

/proc/sys/fs/inode-nr This file contains the first two values from inode-state . 例文帳に追加

/proc/sys/fs/inode-nrこのファイルには、inode-state の最初の 2 つの値が書かれている。 - JM

/proc/sys/kernel/ctrl-alt-del This file controls the handling of Ctrl-Alt-Del from the keyboard. 例文帳に追加

/proc/sys/kernel/ctrl-alt-delこのファイルはキーボードの Ctrl-Alt-Del の扱いを制御する。 - JM

/proc/sys/kernel/hotplug This file contains the path for the hotplug policy agent. 例文帳に追加

/proc/sys/kernel/hotplugこのファイルはホットプラグ・ポリシー・エージェントのパスが書かれている。 - JM

/proc/version This string identifies the kernel version that is currently running. 例文帳に追加

/proc/version現在稼働しているカーネルのバージョン識別子である文字列。 - JM

The Linux-specific /proc/[number]/cmdline file provides access to similar information. 例文帳に追加

Linux 独自のファイル/proc/[number]/cmdlineでも同様の情報を得ることができる。 - JM

Please ensure you have /proc filesystem support enabled in your kernel and that usbfs is mounted at /proc/bus/usb (which should happenautomatically).例文帳に追加

/procファイルシステムのサポートをカーネルで有効にしてあって、usbfsが/proc/bus/usbでマウントされていること(自動的にマウントされます)を確認してください。 - Gentoo Linux

/proc/cmdline Arguments passed to the Linux kernel at boot time. 例文帳に追加

でアクセスすることができる。 /proc/cmdlineブート時に Linux カーネルに渡された引き数。 - JM

/proc/modules A text list of the modules that have been loaded by the system. 例文帳に追加

/proc/modules現在システムにロードされているモジュールのテキスト形式のリスト。 - JM

for further information. /proc/sys/kernel/real-root-dev This file is documented in the kernel source file Documentation/initrd. 例文帳に追加

/proc/sys/kernel/real-root-devこのファイルはカーネルソースファイルDocumentation/initrdに記述されている。 - JM

This package allows you to read, manipulate, and write fstab-format files, such as /etc/fstab, /etc/mtab, and /proc/mounts. 例文帳に追加

このフォーマットのファイルには/etc/fstab、/etc/mtab および /proc/mounts などがあります。 - PEAR

# See /proc/acpi/ibm/brightness for available values# Please read /usr/src/linux/Documentation/thinkpad-acpi.txt 例文帳に追加

#利用可能な値は/proc/acpi/ibm/brightnessを見てください #/usr/src/linux/Documentation/ibm-acpi.txtを読んでください - Gentoo Linux

The default value for this flag is defined by the contents of the file /proc/sys/net/ipv6/bindv6only . 例文帳に追加

このフラグのデフォルト値はファイル/proc/sys/net/ipv6/bindv6only の内容により定義される。 - JM

flag set can be found via /proc/net/dev . 例文帳に追加

フラグがセットされていないインターフェースの名前は/proc/net/devで見つけることが出来る。 - JM

/proc/mounts Before kernel 2.4.19, this file was a list of all the file systems currently mounted on the system. 例文帳に追加

/proc/mounts現在システムにマウントされている全てのファイルシステムのリスト。 - JM

imposes an upper limit on the value that may be placed in file-max . If you increase /proc/sys/fs/file-max "," 例文帳に追加

に制限される。 - JM

and a corresponding file, /proc/sys/kernel/pty/nr , indicates how many pseudo-terminals are currently in use. 例文帳に追加

また、/proc/sys/kernel/pty/nrで現在使用中の擬似端末の数を取得できる。 - JM

Code Listing3.2: Bind-mounting the proc pseudo filesystem 例文帳に追加

ただし、procシステムをマウントするときには、替わりに次のコマンドを実行してください。 - Gentoo Linux

Mount the /proc file system, copy over the/etc/resolv.conf file, then chroot into your Gentoo environment. 例文帳に追加

まず/procファイルシステムをマウントし、/etc/resolv.confファイルを上書きしてGentoo環境にchrootします。 - Gentoo Linux

Strip off the /proc/sys/ from the previously mentioned paths and substitute / with .:例文帳に追加

上記で述べている絶対パスから、/proc/sys/を取り除き、/を.で置き換えて下さい。 - Gentoo Linux

If both system call and proc file system are missing, a generic implementation is called. 例文帳に追加

システムコールも proc ファイルシステムもない場合、一般的な実装が呼び出される。 - JM

/proc/pci This is a listing of all PCI devices found during kernel initialization and their configuration. 例文帳に追加

/proc/pciカーネルの初期化時に見つかったすべての PCI デバイスのリストとその設定。 - JM

/proc/sys/kernel/sg-big-buff This file shows the size of the generic SCSI device (sg) buffer. 例文帳に追加

/proc/sys/kernel/sg-big-buffこのファイルは、汎用 SCSI デバイス (sg) のバッファサイズの最大値を表す。 - JM

For a NFS root file system, the root device is changed by having /linuxrc write the NFS setting into files /proc/sys/kernel/nfs-root-name 例文帳に追加

NFS ルートファイルシステムの場合、/linuxrcが NFS の設定を/proc/sys/kernel/nfs-root-nameと/proc/sys/kernel/nfs-root-addrsに書き込み、それから/proc/sys/kernel/real-root-devに (疑似 NFS デバイスナンバーである) 0xff を書き込むことで、ルートデバイスが変更される。 - JM

/proc/bus/pccard/drivers /proc/bus/pci Contains various bus subdirectories and pseudo-files containing information about PCI busses, installed devices, and device drivers. 例文帳に追加

を定義したときに存在する。 /proc/bus/pccard/drivers/proc/bus/pciいくつかのサブディレクトリがあり、PCI バス・インストールされているデバイス・デバイスドライバの情報が書かれた仮想ファイルがある。 - JM

The use of /proc/sys/kernel/real-root-dev to change the root file system is obsolete. 例文帳に追加

ルートファイルシステムを変更するために/proc/sys/kernel/real-root-devを使うのは以前の方法である。 - JM

With the introduction of per-process namespaces in Linux 2.4.19, this file became a link to /proc/self/mounts , 例文帳に追加

このファイルのフォーマットはfstab (5) - JM

/proc/sys/fs/dquot-max This file shows the maximum number of cached disk quota entries. 例文帳に追加

/proc/sys/fs/dquot-maxこのファイルにはキャッシュされるディスク quota エントリの最大数が書かれている。 - JM

/proc/sys/fs/super-nr This file contains the number of file systems currently mounted. 例文帳に追加

/proc/sys/fs/super-nrこのファイルには現在マウントされているファイルシステム数が書かれている。 - JM

This limit can be viewed and (with privilege) changed via the /proc/sys/kernel/rtsig-max file. 例文帳に追加

この制限は/proc/sys/kernel/rtsig-maxファイルで見ることができ、 (権限があれば) 変更もできる。 - JM

(First and foremost, if /proc/asound/cards shows your card, ALSA haspicked up your sound card fine.)# cat /proc/asound/cards0 [Live ]: EMU10K1 - Sound Blaster Live!Sound Blaster Live! (rev.6, serial:0x80271102) at 0xb800, irq 11 例文帳に追加

(何よりもまず、/proc/asound/cardsが正しいカードを表示しているのなら、ALSAは正しくカードを拾い上げます)SoundBlasterLive!(rev.6,serial:0x80271102)at0xb800,irq11 - Gentoo Linux

/proc/net/arp This holds an ASCII readable dump of the kernel ARP table used for address resolutions. 例文帳に追加

/proc/net/arpアドレス解決に使われるカーネルの ARP テーブルのASCII 可読なダンプを保持している。 - JM

/proc/sys/kernel/msgmni This file defines the system-wide limit on the number of message queue identifiers. 例文帳に追加

/proc/sys/kernel/msgmniこのファイルはメッセージキュー識別子の最大数をシステム全体で制限する。 - JM

/proc/sys/sunrpc This directory supports Sun remote procedure call for network file system (NFS). 例文帳に追加

/proc/sys/sunrpcこのディレクトリはネットワークファイルシステム (NFS) へのSun remote procedure call (遠隔手続き呼び出し) をサポートする。 - JM

Since kernel 2.6.4, the limit is dynamically adjustable via /proc/sys/kernel/pty/max , 例文帳に追加

カーネル 2.6.4 以降では、この上限は/proc/sys/kernel/pty/max経由で動的に調整可能となっている。 - JM

Mount/proc to your diskless directory and chroot into it to continue with the install.例文帳に追加

/procをディスクレスなシステム用のディレクトリにマウントし、そこにchrootしてインストール作業を続けましょう。 - Gentoo Linux

Code Listing5.1: Filesystem information # mount/dev/hdb2 on / type ext3 (rw)none on /proc type proc (rw)none on /dev/pts type devpts (rw,gid=5,mode=620)none on /dev/shm type tmpfs (rw,nodev,nosuid,noexec)# df -h Filesystem Size Used Avail Use% Mounted on/dev/hdb2 4.0G 1.9G 2.4G 82% /none 38M 0 38M 0% /dev/shm 例文帳に追加

コード表示5.1:ファイルシステムの情報 - 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

例文

Each interface in the system has its own directory in /proc/sys/net/ipv4/neigh/. 例文帳に追加

システムにあるそれぞれのインターフェースには、それぞれ対応するディレクトリが/proc/sys/net/ipv4/neigh/ 以下にある。 - JM




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS