「proc」を含む例文一覧(246)

<前へ 1 2 3 4 5 次へ>
  • For /linuxrc to change the normal root device, /proc must be mounted.
    /linuxrcを用いて、通常時ルートデバイスを変更するためには、/procがマウントされていなければならない。 - JM
  • In the future these may modified or moved to a /proc file system interface.
    将来、これらの操作は変更されたり、/proc ファイルシステムのインタフェースに移動されるかもしれない。 - JM
  • /proc/[pid] There is a numerical subdirectory for each running process; the subdirectory is named by the process ID.
    /proc/[number]実行中のプロセスについてのサブディレクトリ。 サブディレクトリ名は (そのプロセスの) プロセス ID である。 - JM
  • Under Linux 2.0 and earlier /proc/[pid]/exe is a pointer to the binary which was executed, and appears as a symbolic link.
    Linux 2.0 以前では、/proc/[number]/exeは実行されたバイナリへのポインタで、シンボリックリンクのように見える。 - JM
  • /proc/sys/kernel/l2cr (PowerPC only) This file contains a flag that controls the L2 cache of G3 processor boards.
    /proc/sys/kernel/l2cr(PowerPC のみ) このファイルには G3 プロセッサボードのL2 キャッシュを制御するフラグが含まれる。 - JM
  • /proc/sys/kernel/random This directory contains various parameters controlling the operation of the file /dev/random .
    /proc/sys/kernel/randomこのディレクトリは、ファイル/dev/randomの操作を制御する様々なパラメータが書かれている。 - JM
  • /proc/sys/vm This directory contains files for memory management tuning, buffer and cache management.
    /proc/sys/vmこのディレクトリにはメモリ管理の調整、バッファやキャッシュ管理のためのファイルがある。 - JM
  • /proc/tty Subdirectory containing the pseudo-files and subdirectories for tty drivers and line disciplines.
    /proc/tty疑似ファイルを含むサブディレクトリ。 tty ドライバとライン設定 (line discipline) の書かれたサブディレクトリも含まれる。 - JM
  • For example: -2
    /proc/sys/versionの内容が含まれる。 たとえばこのように:-2 - JM
  • call (32) (on Linux, this limit can be read and modified via the third field of /proc/sys/kernel/sem ).
    (Linux では、この制限値は/proc/sys/kernel/semの第3フィールドに対応し、読み出しも変更もできる)。 - JM
  • This is the function executed by the kernel when a user program reads /proc/kmsg .
    これはユーザーのプログラムが/proc/kmsgを読んだ時にカーネルによって実行される関数でもある。 - JM
  • Actions All the Xaw widgets now have the additional translations call-proc, declare, get-values and set-values.The syntax for these actions is:
    アクション全ての Xaw ウィジェットは追加のトランスレーションcall-proc, declare, get-values, set-valuesを持つようになった。 - XFree86
  • action-name(boolean-expression, arguments) Action-name is one of call-proc, declare, get-values or set-values.
    これらのアクションの書式は以下の通りである:action-name(boolean-expression, arguments)action-name はcall-proc, declare, get-values, set-valuesのいずれかである。 - XFree86
  • you can find in the file /proc/filesystems which file systems your kernel currently supports.
    ファイルシステムが慣習どおりに/procにマウントされている場合、現在のカーネルがどのファイルシステムをサポートしているか知るためにはファイル/proc/filesystemsを見ればよい。 - JM
  • # nano -w /etc/fstab/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0proc /proc proc defaults 0 0tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0 You also need to prevent the client to run a filesystem check:
    また、クライアント側でのファイルシステムのチェックを無効にする必要があります。 - Gentoo Linux
  • This should work without error messages and a file /proc/acpi/ibm/brightness should be created after loading the module.
    これは問題なく動作し、モジュールの読み込み後に/proc/acpi/ibm/brightnessと言うファイルが作成されるでしょう。 - Gentoo Linux
  • The Linux-specific /proc/PID/self file exposes the list of mount points in the namespace of the process with the specified ID; see proc (5)
    オプション付きでマウントされたファイルシステム上のset-UID や set-GID のプログラムを実行しようとすると、EPERM - JM
  • The proc file system is a pseudo-file system which is used as an interface to kernel data structures.
    /procファイルシステムは擬似的なファイルシステムであり、カーネル内のデータへのインターフェースとして使用される。 - JM
  • cd /proc/20/cwd; /bin/pwd Note that the pwd command is often a shell built-in, and might not work properly.
    CW cd /proc/20/cwd; /bin/pwdpwdコマンドはシェルの内部コマンドのことがよくあり、うまく動作しないかもしれない。 - JM
  • /proc/kcore This file represents the physical memory of the system and is stored in the ELF core file format.
    /proc/kcoreこのファイルはシステムの物理メモリを表現しており、ELF コアファイル形式 (core file format) で保持されている。 - JM
  • /proc/net/snmp This file holds the ASCII data needed for the IP, ICMP, TCP, and UDP management information bases for an SNMP agent.
    /proc/net/snmpこのファイルは SNMP エージェントが必要とするIP, ICMP, TCP, UDP 管理情報を ASCII データとして保持している。 - JM
  • /proc/sys This directory (present since 1.3.57) contains a number of files and subdirectories corresponding to kernel variables.
    /proc/sysこのディレクトリ (1.3.57 以降に存在) はカーネル変数に対応するいくつかのファイルとサブディレクトリを含む。 - JM
  • /proc/sys/fs/file-max This file defines a system-wide limit on the number of open files for all processes.
    /proc/sys/fs/file-maxこのファイルはシステム全体でプロセスがオープンできるファイル数の上限を定義する。 - JM
  • /proc/sys/fs/file-nr This (read-only) file gives the number of files presently opened.
    /proc/sys/fs/file-nr(読み込みだけが可能な) このファイルには、現在オープンされているファイルの数が書かれている。 - JM
  • /proc/sys/kernel/cap-bound " (from Linux 2.2 to 2.6.24)" This file holds the value of the kernel "capability bounding set" (expressed as a signed decimal number).
    /proc/sys/kernel/cap-boundこのファイルにはカーネルの"capability bounding set"(符号付き 10 進数表現) の値が書かれている。 - JM
  • /proc/sys/kernel/pty/nr This read-only file indicates how many pseudo-terminals are currently in use.
    /proc/sys/kernel/pty/nrこの読み込み専用のファイルは、現在いくつの疑似端末が使われているかを表す。 - JM
  • /proc/sys/kernel/shmall This file contains the system-wide limit on the total number of pages of System V shared memory.
    /proc/sys/kernel/shmallこのファイルには System V 共有メモリの総ページ数のシステム全体での制限が書かれている。 - JM
  • 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
  • # cat /proc/mtrr Every line should contain "write-back" or "write-combining".
    各行に"write-back"か"write-combining"が含まれているでしょう。 - Gentoo Linux
  • Q: My laptop supports frequency scaling, but according to/proc/cpuinfo the speed never changes.
    Q:私のラップトップは周波数の調整をサポートしていますが、/proc/cpuinfoによると速度は全く更新されていません。 - Gentoo Linux
  • /proc/[pid]/exe Under Linux 2.2 and later, this file is a symbolic link containing the actual pathname of the executed command.
    /proc/[number]/exeLinux 2.2 以降では、このファイルはシンボリックリンクで、実行可能コマンドの実際のパス名を格納している。 - JM
  • /proc/net various net pseudo-files, all of which give the status of some part of the networking layer.
    /proc/netさまざまなネットワークについての擬似ファイルで、それぞれがネットワーク層の各種の状態を与える。 - JM
  • /proc/sys/kernel/rtsig-nr (Only in kernels up to and including 2.6.7.) This file shows the number POSIX real-time signals currently queued.
    /proc/sys/kernel/rtsig-nr(2.6.7 までのカーネルにのみ存在する)このファイルは現在キューに入っている POSIX realtime signal の数を表す。 - JM
  • Remove it from your programs now; use the /proc/sys interface instead.
    あなたのプログラムにこのシステムコールがあれば、すぐにでも削除すること。 代わりに/proc/sysインターフェースを使用すること。 - JM
  • In a multithreaded process, the contents of the /proc/[pid]/task directory are not available if the main thread has already terminated (typically by calling pthread_exit (3)).
    を呼び出しにより行われる)。 - JM
  • # bos status server name -long -noauthInstance kaserver, (type is simple) currently running normally.Process last started at Mon Jun 4 21:07:17 2001 (2 proc starts)Last exit at Mon Jun 4 21:07:17 2001Command 1 is '/usr/libexec/openafs/kaserver'
    #/usr/afs/bin/bosstatusサーバ名-long-noauth - Gentoo Linux
  • is bound to one or more adapter cards and the /proc file system is mounted on your system, a dedicated statistics file will be created in folder /proc/net/sk98lin for all ports of the installed network adapter cards.
    が 1 つ以上のアダプタカードに関連づけられていて、かつ/procファイルシステムがシステムにマウントされている場合、取り付けられているネットワークアダプタカードの全てのポートについて、(ポート単位に) 専用の統計ファイルがフォルダ/proc/net/sk98linに作られる。 - JM
  • Depending on the age of the machine, the correct sound driver should also be enabled. On more modern machines such as Aluminum PowerBooks, new iBooks orG5's the Apple On-board Audio driver should be used.
    echo"0:667000:1000000:performance"/proc/cpufreq(1GHzPowerBookG4用)echo"0:667000:800000:performance"/proc/cpufreq(800MHzPowerBookG4用)多くのユーザーはこのコマンドを/etc/conf.d/local.startの最後に追加すればよいでしょう。 - Gentoo Linux
  • File systems ---Pseudo filesystems ---[*] /proc file system support[*] Virtual memory file system support (former shm fs)
    コード表示2.6:自動でdevfsdをマウントしてはいけません - Gentoo Linux
  • Maximum size for a message text: 8192 bytes (on Linux, this limit can be read and modified via /proc/sys/kernel/msgmax ).
    メッセージのテキストの最大サイズ: 8192 バイト(Linux では、この制限値は/proc/sys/kernel/msgmax経由で読み出したり変更したりできる)。 - JM
  • /proc/partitions Contains major and minor numbers of each partition as well as number of blocks and partition name.
    /proc/partitions各パーティションのメジャー番号とマイナー番号が書かれている。 さらに、ブロック数とパーティション名も書かれている。 - JM
  • /proc/sys/fs/dquot-nr This file shows the number of allocated disk quota entries and the number of free disk quota entries.
    /proc/sys/fs/dquot-nrこのファイルには割り当てられているディスク quota のエントリ数と、空いているディスク quota のエントリ数が書かれている。 - JM
  • /proc/sys/kernel/msgmax This file defines a system-wide limit specifying the maximum number of bytes in a single message written on a System V message queue.
    /proc/sys/kernel/msgmaxこのファイルは、System V メッセージキューに書き込まれる 1 つのメッセージの最大バイト数を、システム全体で制限する。 - JM
  • call-proc This action allows the evaluation of a boolean expression, in the first parameter, before calling a action procedure.
    call-procこのアクションを使うと(最初の引き数にした)ブール式の評価を、アクション手続きを呼び出す前に行える。 - XFree86
  • proc Specifies the procedurethat isto perform key translations or conversions.
    \\fIproc\\fP 1iキーのトランスレートや変換を行う手続きを指定。 - XFree86
  • If proc is NULL a default language procedureis registered.
    \\fIproc\\fP が NULL の場合には、デフォルトの言語手続きが登録される。 - XFree86
  • set), and finally removed altogether since Linux 2.6.17. /proc/scsi A directory with the scsi mid-level pseudo-file and various SCSI low-level driver directories, which contain a file for each SCSI host in this system, all of which give the status of some part of the SCSI IO subsystem.
    /proc/scsiscsi 中間レベル擬似ファイルといくつかの SCSI 低レベルドライバのディレクトリを含むディレクトリ。 - JM
  • System wide maximum of shared memory pages (on Linux, this limit can be read and modified via /proc/sys/kernel/shmall ).
    システム全体の共有メモリ・ページの最大数(Linux では、この上限値は/proc/sys/kernel/shmall経由で参照したり、変更したりできる)。 - JM
  • A related file, /proc/sys/kernel/rtsig-nr , can be used to find out how many real-time signals are currently queued.
    関係するファイルとして、/proc/sys/kernel/rtsig-nrを見ることで、いくつのリアルタイムシグナルが現在キューに入っているかを知ることができる。 - JM
  • If the union's discriminant is equal to the associated value , then the proc is called to translate the union.
    もし共用体の分別要素が関連付けられたvalueと等しい場合には、共用体を変換するためにprocが呼び出される。 - JM
<前へ 1 2 3 4 5 次へ>

例文データの著作権について