Null device

Device file that discards all data written to it


title: "Null device" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["cp/m-technology", "unix-file-system-technology", "device-file", "computer-humour"] description: "Device file that discards all data written to it" topic_path: "technology/operating-systems" source: "https://en.wikipedia.org/wiki/Null_device" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Device file that discards all data written to it ::

In some operating systems, the null device is a device file that discards all data written to it but reports that the write operation succeeded. This device is called /dev/null on Unix and Unix-like systems, NUL: (see TOPS-20) or NUL on CP/M and DOS (internally \DEV\NUL), nul on OS/2 and newer Windows systems (internally \Device\Null on Windows NT), NIL: on Amiga operating systems, and NL: on OpenVMS. In Windows Powershell, the equivalent is $null. It provides no data to any process that reads from it, yielding EOF immediately. In IBM operating systems DOS/360 and successors and also in OS/360 and successors such files would be assigned in JCL to DD DUMMY.

In programmer jargon, especially Unix jargon, it may also be called the bit bucket or black hole.

History

is described as an empty regular file in Version 4 Unix.

The Version 5 Unix manual describes a device with modern semantics.

Usage

The null device is typically used for disposing of unwanted output streams of a process, or as a convenient empty file for input streams. This is usually done by redirection. For example, tar -c -f /dev/null "example directory" can be used to dry-run the TAR file archiving utility to see if any errors would occur but without writing any file.

The /dev/null device is a special file, not a directory, so one cannot move a whole file or directory into it with the Unix [mv](mv-unix) command.

[cat](cat-command) /dev/null may be replaced with :

References in computer culture

This entity is a common inspiration for technical jargon expressions and metaphors by Unix programmers, e.g. "please send complaints to /dev/null", "my mail got archived in /dev/null", and "redirect to /dev/null"—being jocular ways of saying, respectively: "don't bother sending complaints", "my mail was deleted", and "go away". The iPhone Dev Team commonly uses the phrase "send donations to /dev/null", meaning they do not accept donations. The fictitious person name "Dave (or Devin) Null" is sometimes similarly used (e.g., "send complaints to Dave Null"). In 1996, Dev Null was an animated virtual reality character created by Leo Laporte for MSNBC's computer and technology TV series The Site. Dev/null is also the name of a vampire hacker in the computer game Vampire: The Masquerade – Redemption. A 2002 advertisement for the Titanium PowerBook G4 reads "Sends other UNIX boxes to /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 1995 April Fool's issue of the German magazine c't reported on an enhanced /dev/null chip that would efficiently dispose of the incoming data by converting it to a flicker on an internal glowing LED.

Dev/Null is also the name of an electronic dance music producer and jungle DJ.

Notes

References

References

  1. "Redirecting Error Messages from Command Prompt: STDERR/STDOUT".
  2. Commodore-Amiga, Inc.. (1986). "The AmigaDOS Manual". Bantam Books.
  3. "OpenVMS Programming Concepts Manual".
  4. SteveL-MSFT. "about_Automatic_Variables - PowerShell".
  5. "Single Unix Specification Section 10.1: Directory Structure and Files". The Open Group.
  6. "bit bucket". Jargon File.
  7. (November 1973). "UNIX Programmer's Manual, Fourth Edition". Bell Telephone Laboratories, Inc..
  8. (June 1974). "UNIX Programmer's Manual, Fifth Edition". Bell Telephone Laboratories, Incorporated.
  9. (2015-09-07). "Dev-Team Blog - Donations to /dev/null".
  10. Goodman, Danny. (2004). ["Spam Wars: Our Last Best Chance to Defeat Spammers, Scammers, and Hackers"]({{Google books). SelectBooks.
  11. "Image: unixad.jpg, (1094 × 720 px)".
  12. "The FreeBSD Funnies". Freebsd.org.
  13. "Dev Null Microjunglizm".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

cp/m-technologyunix-file-system-technologydevice-filecomputer-humour