Filesを含む例文一覧と使い方
該当件数 : 9592件
After mergemaster(8) is done with the system files you will be prompted for other options. 例文帳に追加
mergemaster(8)がシステムファイルの比較を終えたあと、 他のオプションについてもプロンプトが表示されます。 - FreeBSD
Note that some of the files that will have been installed in /var/tmp/root have a leading .. 例文帳に追加
/var/tmp/root 以下にインストールされているファイルの中には、 . から始まっているものがあります。 - FreeBSD
If you are talking to another UNIX system, you can send and receive files with ~p (put) and ~t (take). 例文帳に追加
もし他の Unix のシステムと接続しているなら、 ~p(put) や ~t(take) でファイルの送受信ができます。 - FreeBSD
These commands run cat and echo on the remote system to accept and send files. 例文帳に追加
これらのコマンドは相手のシステムの上で cat や echoを実行することで 送受信をします。 - FreeBSD
Sometimes you may want to backup all the files that would be changed by a CTM update. 例文帳に追加
CTM の更新によって変更されるファイルすべてのバックアップを取りたくなることがあります。 - FreeBSD
Any extra files you happen to have will be left strictly alone. 例文帳に追加
たまたま存在する他の余分なファイルについては、 まったく手をつけずに残しておきます。 - FreeBSD
CVSup will examine your usual files in /usr/src, but it will not modify or delete any of them. 例文帳に追加
CVSup は /usr/src の下のファイルを検査しますが、変更や削除はまったくおこないません。 - FreeBSD
CVSup will also leave its base directory status files untouched when run this way. 例文帳に追加
この方法で実行した場合は、CVSup は base ディレクトリの statusファイルを更新せずにそのままにします。 - FreeBSD
The Ports Collection build infrastructure - various files located in the Mk/ and Tools/ subdirectories of /usr/ports. 例文帳に追加
Ports Collection の構築システム部分。 /usr/portsのサブディレクトリ Mk/、Tools/にある、さまざまなファイルが含まれています。 - FreeBSD
You can now play midi files using a program like aplaymidi. 例文帳に追加
これでaplaymidiの様なプログラムを使用してmidiファイルを再生することが出来るようになりました。 - Gentoo Linux
Be sure to save important files on the hard disk or on some other computer!例文帳に追加
重要なデータはハードディスクや何か他のコンピュータに保存するのを忘れないでください! - Gentoo Linux
If there are any new files, cvs will output "U [path]" lines for each one as it updates them.例文帳に追加
新しいファイルがあれば、CVSはそれぞれを更新するたびに「U[path]」という行を表示します。 - Gentoo Linux
You can pull back files based on a specific date, but of course also on the revision number.例文帳に追加
KarlFogelさんはOpenSourceDevelopmentwithCVS(訳注:翻訳版は「CVSによるオープンソース開発」です)という本を書きました。 - Gentoo Linux
Inside this path the user finds device nodes, special files that represent devices inside their system.例文帳に追加
このパスの中に、システム内のデバイスを表すスペシャル・ファイルである、デバイス・ノードがあります。 - Gentoo Linux
The device files are split in two groups, called character devices and block devices.例文帳に追加
デバイス・ファイルは、キャラクター・デバイスとブロック・デバイスと呼ばれる2つのグループにわけることができます。 - Gentoo Linux
Like the make clean command, make mrproper removes all object files and dependencies from the kernel's source tree.例文帳に追加
これは、全てのオブジェクトファイル、依存関係及びあなたの設定が削除されます。 - Gentoo Linux
If you wish to create ASCII files, just add a--clearsign to the beginning of the command. 例文帳に追加
もしアスキー形式のファイルを作りたい時は、コマンドのはじめに--clearsignを加えてください。 - Gentoo Linux
We will use this opportunity to check that the device files exist, and create them if they do not.例文帳に追加
この機会に必要なデバイスファイルの存在を確認して、なかったら作成しましょう。 - Gentoo Linux
Read and follow the instructions in/usr/portage/sys-apps/portage/files/README.RESCUE. 例文帳に追加
を読んでその指示に従ってください。 その後、あなたのPortageは最新の状態になるはずです。 - Gentoo Linux
Portage uses /var/tmp to compile files, so that partition should be large.例文帳に追加
portage は/var/tmpをコンパイルの目的で使うので、このパーティションは大きくしておく必要があります。 - Gentoo Linux
When invoked as sh , bash enters posix mode after the startup files are read. 例文帳に追加
shとして起動された場合、bashは起動ファイルの読み込みを行った後にPOSIXモードに入ります。 - JM
If requested, the math library is defined before processing any files. 例文帳に追加
これを指定した場合は、どのファイルを処理するよりも前に数学ライブラリが定義されます。 - JM
bc starts by processing code from all the files listed on the command line in the order listed. 例文帳に追加
bc は動作を開始するとまず最初にコマンドラインで指定したファイルを順に処理します。 - JM
In copy-in mode, cpio copies files out of an archive or lists the archive contents. 例文帳に追加
コピーインモードでは、cpioはファイルをアーカイブファイル、もしくはアーカイブの内容のリストからコピーします。 - JM
hpodc The portable format used by HPUX's cpio (which stores device files differently). 例文帳に追加
hpodcHPUXのcpioで使用されているportableフォーマットです(他のcpioとは異なる形式で、デバイスファイルを保存します)。 - JM
Dereference symbolic links (copy the files that they point to instead of copying the links). 例文帳に追加
シンボリックリンクファイルをコピーするかわりに、シンボリックリンクファイルの指す実体のファイルをコピーします。 - JM
This is the default for non-root users, so that users on System V don't inadvertantly give away files. 例文帳に追加
これは、System Vのユーザが、誤ってファイルの所有権を手放さないようにするためです。 - JM
In copy-in mode, swap the halfwords of each word (4 bytes) in the files. 例文帳に追加
"\\-S, \\-\\-swap-halfwords"コピーインモードにおいて、ファイル中のデータの32ビットの上位16ビットと下位16ビットを入れ換えます。 - JM
Suppress the prefixing of filenames on output when multiple files are searched. 例文帳に追加
複数ファイルを検索した時に、出力の前にファイル名を付けることを抑制します。 - JM
Suppress error messages about nonexistent or unreadable files. 例文帳に追加
指定されたファイルが存在しないことや読み込みできないことを示す エラーメッセージを抑止します。 - JM
If it is not present, info merges all `dir' files and shows the result. 例文帳に追加
もしそれが存在しなければ、info はすべての 'dir' ファイルを結合した結果を表示します。 - JM
eom Space to the end of the recorded media on the tape (for appending files onto tapes). 例文帳に追加
eom(テープにファイルを追加するために) テープ上の記録済み領域の末尾に移動する。 - JM
This switch is especially useful when the command line will not hold the list of files to be packed. 例文帳に追加
パックするファイルの一覧をコマンドラインに書けない場合に、このオプションは非常に役立つ。 - JM
"If two files are specified, then they are uncompressed if necessary and fed to cmp or diff ". 例文帳に追加
2 つのファイルが指定された場合、必要であれば伸長を行ってから、cmpやdiff に渡される。 - JM
Whether it flushes standard I/O buffers and removes temporary files created with tmpfile (3) 例文帳に追加
によって登録されたいかなる関数も呼び出さない。 標準 I/O バッファのフラッシュや、tmpfile (3) - JM
but the /proc/sys/kernel/core_pattern file (since Linux 2.6 and 2.4.21) can be set to define a template that is used to name core dump files. 例文帳に追加
は Linux 2.6 および 2.4.21 以降で利用できる)。 テンプレートには % 指示子 (specifier) を入れることができる。 - JM
On most Unix systems, these IDs also determine the permissions when accessing files. 例文帳に追加
ほとんどの Unix システムでは、これらの ID はファイルへのアクセス時のアクセス許可の判定にも使用される。 - JM
Defining this macro with any value causes header files to expose System V-derived definitions. 例文帳に追加
このマクロを定義すると (値に関わらず) ヘッダファイルでSystem V 由来の定義が公開される(SVID == System V Interface Definition;standards (7) - JM
returns a pointer to a structure describing one of the files in the file hierarchy. 例文帳に追加
関数は、ファイル階層中にある 1 つのファイルを記述する構造体へのポインタを返す。 - JM
A single buffer is used for all of the paths of all of the files in the file hierarchy. 例文帳に追加
ファイル階層中のすべてのファイルのパスに対して、ただ 1 つのバッファーが使われる。 - JM
The calling process already has the maximum allowed number of open files. 例文帳に追加
呼び出し元プロセスがオープンしているファイル数がすでにプロセスあたりの上限に達している。 - JM
/usr/src Source files for different parts of the system, included with some packages for reference purposes. 例文帳に追加
/usr/srcシステム上の色々なコンポーネントのソースファイル(参照用のパッケージも含む) の置き場所。 - JM
When a directory is monitored, inotify will return events for the directory itself, and for files inside the directory. 例文帳に追加
ディレクトリを監視する場合、inotify はディレクトリ自身とディレクトリ内のファイルのイベントを返す。 - JM
Tools processing these files should open the file and examine the first non-whitespace character. 例文帳に追加
これらのファイルを処理するツールは、ファイルをオープンして最初の空白以外の文字を調べる。 - JM
The process already has the maximum number of files and message queues open. 例文帳に追加
そのプロセスがオープンしているファイルとメッセージキューの数がプロセス毎の上限に達している。 - JM
user ID 0) is all-powerful, and bypasses all permissions restrictions when accessing files. 例文帳に追加
ユーザ ID 0) は非常に強力であり、ファイルアクセス時の許可による制限を全てスキップする。 - 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
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. 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. |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|