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
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.