Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
recommendation!
Sponsored
partner
Germany Next Topmodel
germanys next topmodel germanys next topmodel

/dev/null

In Unix-like operating systems, /dev/null or the null device is a special file that discards all data written to it, and provides no data to any Process (computing) that reads from it. In Unix programmer jargon, it may also be called the bit bucket or black hole.

The null device is typically used for disposing of unwanted input/output Standard_streamss of a process, or as a convenient empty Computer file for input/output streams. This is usually done by redirection (Unix).

This entity is a common inspiration for technical jargon expressions and metaphors by Unix programmers, e.g. please send complaints to /dev/null or my mail got archived in /dev/null .

The null device is also a favorite subject of technical jokes, such as warning users that the system s /dev/null is already 98% full. The April Fool s, 1995 issue of the Germany magazine c t reported on an enhanced /dev/null microprocessor that would efficiently dispose of the incoming data by converting it to flicker on an internal glowing LED.

The (roughly) equivalent operating systems, the device s name is NIL:.

=See also=

*Unix philosophy *standard streams
  • *