Dev-null: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Joshua David Williams
(creation)
 
imported>Joshua David Williams
(added categories)
Line 2: Line 2:


It is commonly used for erasing unwanted data steams, and has oft been used in jokes and puns. For instance, the original [[BSD Daemon]], drawn by [[Phil Foglio]], featured a demon standing near a 'bit bucket'.
It is commonly used for erasing unwanted data steams, and has oft been used in jokes and puns. For instance, the original [[BSD Daemon]], drawn by [[Phil Foglio]], featured a demon standing near a 'bit bucket'.
[[Category:CZ Live]]
[[Category:Computers Workgoup]]

Revision as of 13:59, 15 April 2007

In Unix (and Unix-like) operating systems, the /dev/null file is a container that disposes all data written to it, and returns nothing when read from, except the End of File (EOF) character. Because it is located in the /dev, or device, directory, it is commonly known as the 'null device'. Other synonyms include the 'black hole' and the 'bit bucket'.

It is commonly used for erasing unwanted data steams, and has oft been used in jokes and puns. For instance, the original BSD Daemon, drawn by Phil Foglio, featured a demon standing near a 'bit bucket'.