Null device

From Wikipedia, the free encyclopedia

Template:Short description Script error: No such module "For". Script error: No such module "Distinguish". Template:DMCA

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[1] (internally \Device\Null on Windows NT), NIL: on Amiga operating systems,[2] and NL: on OpenVMS.[3] In Windows Powershell, the equivalent is $null.[4] It provides no data to any process that reads from it, yielding EOF immediately.[5] In IBM operating systems DOS/360 and successors[a] and also in OS/360 and successors[b] such files would be assigned in JCL to DD DUMMY.

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

History

Page Template:Mono/styles.css has no content./dev/null is described as an empty regular file in Version 4 Unix.[7]

The Version 5 Unix manual describes a Page Template:Mono/styles.css has no content./dev/null device with modern semantics.[8]

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 command.

Unix shell command cat /dev/null would do nothing, equivalent to true or : command.

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.[9] The fictitious person name "Dave (or Devin) Null" is sometimes similarly used (e.g., "send complaints to Dave Null").[10] 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."[11]

The null device is also a favorite subject of technical jokes,[12] 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.[13]

See also

Script error: No such module "Template wrapper".

Notes

Page Template:Reflist/styles.css has no content.

  1. ^ The most recent being z/VSE.
  2. ^ The most recent being z/OS.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."Redirecting Error Messages from Command Prompt: STDERR/STDOUT". support.microsoft.com. Retrieved 2020-03-06.
  2. ^ Page Module:Citation/CS1/styles.css has no content.Commodore-Amiga, Inc. (1986). The AmigaDOS Manual. Bantam Books. p. 12. ISBN 0-553-34294-0.
  3. ^ Page Module:Citation/CS1/styles.css has no content."OpenVMS Programming Concepts Manual". h30266.www3.hpe.com. Archived from the original on 2020-07-02. Retrieved 2020-03-06.
  4. ^ Page Module:Citation/CS1/styles.css has no content.SteveL-MSFT. "about_Automatic_Variables - PowerShell". docs.microsoft.com. Retrieved 2020-03-06.
  5. ^ Page Module:Citation/CS1/styles.css has no content."Single Unix Specification Section 10.1: Directory Structure and Files". The Open Group. Retrieved 2012-11-29.
  6. ^ Page Module:Citation/CS1/styles.css has no content."bit bucket". Jargon File. Retrieved 2013-12-27.
  7. ^ Page Module:Citation/CS1/styles.css has no content.Thompson, K.; Ritchie, D. M. (November 1973). UNIX Programmer's Manual, Fourth Edition. Bell Telephone Laboratories, Inc. sh (I) (./man1/sh.1). Online at TUHS.
  8. ^ Page Module:Citation/CS1/styles.css has no content.Thompson, K.; Ritchie, D. M. (June 1974). UNIX Programmer's Manual, Fifth Edition (PDF). Bell Telephone Laboratories, Incorporated. mem (IV).
  9. ^ Page Module:Citation/CS1/styles.css has no content."Dev-Team Blog - Donations to /dev/null". 2015-09-07. Archived from the original on 2015-09-07. Retrieved 2018-11-15.
  10. ^ Page Module:Citation/CS1/styles.css has no content.Goodman, Danny (2004). Spam Wars: Our Last Best Chance to Defeat Spammers, Scammers, and Hackers. New York: SelectBooks. p. 170. ISBN 9781590790632. OCLC 1036874851.
  11. ^ Page Module:Citation/CS1/styles.css has no content."Image: unixad.jpg, (1094 × 720 px)". Archived from the original on 2013-03-26. Retrieved 2015-09-02.
  12. ^ Page Module:Citation/CS1/styles.css has no content."The FreeBSD Funnies". Freebsd.org. Retrieved 2012-11-28.
  13. ^ Page Module:Citation/CS1/styles.css has no content."Dev Null Microjunglizm". The New Yorker. Retrieved 2024-01-24.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.