| 意味 | 例文 (16件) |
dev/nullとは 意味・読み方・使い方
追加できません
(登録数上限)
Wiktionary英語版での「dev/null」の意味 |
/dev/null
出典:『Wiktionary』 (2025/08/28 17:33 UTC 版)
別の表記
- dev null, dev-null, devnull
語源
From Unix operating systems, where /dev (the Unix directory containing device files) contains a null entry representing no device.
固有名詞
/dev/null
- (computing) A device file, present in Unix and Unix-like operating systems, that discards all data written to it and yields no output, always being as an empty file when read.
-
1993, Stephen A. Rago, UNIX System V Network Programming, Pearson, →ISBN, page 89:
-
[...] we reserve file descriptors 0, 1, and 2 by opening
/dev/nulland duplicating the file descriptor returned./dev/nullis a pseudo-driver that forcesreadto return 0 andwriteto return as if the entire amount requested had been written. This makes library routines that use file descriptors 0, 1, and 2 harmless.
-
- (Internet slang, figuratively) Nowhere; often suggests an intent to ignore specific correspondence.
-
1992 September 17, Douglas Meier <[email protected]>, “Welfare Reform Idea”, in talk.politics.misc (Usenet), message-ID <[email protected]>:
- Thoughtful discussion and criticism is welcomed, but please send all flames to dev null.
-
上位語
- null device
- pseudodevice
等位語
Further reading
null device on Wikipedia.Wikipedia
dev-null
「dev/null」を含む例文一覧
該当件数 : 16件
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日英京都関連文書対訳コーパス
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
「dev/null」を含む例文一覧
該当件数 : 16件
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
| 意味 | 例文 (16件) |
|
|
dev/nullのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryの/dev/null (改訂履歴)、dev-null (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
|
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのDevnull (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
「dev/null」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|