/dev/null

What is /dev/null?


1.

/dev/null is a character device file on UNIX computer operating systems that accepts all data written to it, without storing it. It can be opened by many processes simultaneously, and writing to it doesn't cause the file to grow. Formally, it's described as being an infinite data sink. In shell programming, unwanted output from a command can be redirected there. For example:

find / 2>/dev/null

This would display the full paths to all the accessible files on the computer, without displaying the "Permission denied" errors that are likely to occur.

When programs try to read from /dev/null, they get an end-of-file error.

The idea of a null device was imitated by Microsoft in MS-DOS. In DOS, 'NUL' is a reserved filename. When you open a file with that name, DOS opens its equivalent of /dev/null. This behavior was inherited by Windows. In Windows,

even versions of it that are based on the NT kernel, you cannot create a file called "NUL".

It is usually pronounced as "dev null", not "slash dev, slash null." Programmers sometimes refer to /dev/null as a place to send any unwanted information, even if, for example, the data is being transmitted as spoken words from a human's mouth.

"I didn't give a shit about what the Resident was saying, so I simply redirected everything he said to /dev/null."


82

Random Words:

1. Rp Nazi... Enough Said Zentyr: Dude He can't be a Sunstrider Prince Kael'Thas was the last Sunstrider. Erilir: You RP killin..
1. The insertion of the pinky finger of a party A, up to the second knuckle, into the rectal orifice of a party B. Patti went two deep on ..
1. What your wife hates to find on your underwear on laundry day. Mildred had to soak the whites in bleach for two days just to get out th..