「dev/null」を含む例文一覧(16)

  • /dev/null /dev/zero NOTES
    /dev/null/dev/zero注意 - JM
  • The devices needed for a successful boot are /dev/null and/dev/console.
    うまくブートするために必要なデバイスは、/dev/nullと/dev/consoleです。 - Gentoo Linux
  • Normally during command substitution stderr is redirected to /dev/null .
    通常はコマンド置換のときにstderrが/dev/nullにリダイレクトされる。 - JM
  • The next example shows writing mail to a file, in this case /dev/null.
    次の例はメールをファイル、この場合 /dev/null に書き込みます。 - FreeBSD
  • and should redirect output to /dev/null instead.
    を両方とも使わずに、出力を /dev/null へリダイレクトすべきです。 - JM
  • will redirect standard input, standard output and standard error to /dev/null.
    は、標準入力・標準出力・標準エラーを /dev/null にリダイレクトする。 - JM
  • For the people involved, this can said to be a 'black hole' even when it is compared to/dev/null.
    関係者にとっては/dev/null以上に「何でも飲み込む穴」と云う事もできる。 - Wikipedia日英京都関連文書対訳コーパス
  • DETACH is implemented by redirecting file descriptors 0,1,and 2 to /dev/null and forking before executing the program.
    DETACH は、ファイルデスクリプタ 0, 1, 2 を /dev/null にリダイレクトし、プログラムを実行する前に fork することによって実装されている。 - XFree86
  • Where does data written to /dev/null go?
    このリストのどこかに、『これを文書にまとめるのに 1人』というのがあってもいいんじゃないか? - FreeBSD
  • dd if=/dev/acd0 of=/dev/null count=1
    Note: FreeBSD 5.0 では devfs(5) が /devにエントリを自動的に作成、 管理するので、MAKEDEVを使用する必要はありません。 - FreeBSD
  • The list of ports consists of lines with two or more space separated words: the category and the port, optionally followed by an installation command that will compile and install the port (default: make install BATCH=yes /dev/null).
    ports リストは、空白で区切られた 2 個以上のキーワードからなっています。 カテゴリ、port名に始まり、オプションとして port をコンパイルしてインストールするためのコマンド(デフォルトは make install BATCH=yes /dev/null)が続きます。 - FreeBSD
  • (Standard error is redirected to /dev/null to prevent the warnings about the directories that are not empty.) /var/tmp/root now contains all the files that should be placed in appropriate locations below /.
    (空でないディレクトリに関する警告を避けるために、 標準エラー出力は /dev/null に リダイレクトされます)この段階の /var/tmp/root には、 本来 / 以下にあるべきファイルが すべて含まれています。 - FreeBSD
  • Normally, xdm attempts to make itself into a daemon process unassociated with any terminal.
    【訳注:bit-bucket - /dev/null でしょう】"DisplayManager.daemonMode"通常、xdmはどの端末とも関係がないデーモンプロセスとして動作しようとする。 - XFree86
  • filename is the filename to be substituted for "%s" in the command line; the default value is'/dev/null' which is almost certainly not what you want, so usually you'll override it by specifying a filename.
    filename はコマンドライン中で "%s" に代入されるファイル名です; 標準の値は '/dev/null' で、たいていこの値を使いたいわけではないはずです。 従って、ファイル名を指定してこのフィールドを上書きする必要があるでしょう。 - Python
  • 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
  • If you can't boot successfully because you get an error about/dev/null not found, or because the initial console is missing, the problem is that you lack some device files that must be available before/dev is mounted and handled by udev.
    /dev/nullが見つからないというエラーが発生するか、最初のコンソールがないのが原因でうまくブートできない場合の問題は、/devがマウントされてudevによって処理される前に利用可能でなければならない、いくつかのデバイスファイルが不足しているということです。 - Gentoo Linux

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