Go to main content

man pages section 4: Device and Network Interfaces

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

null(4D)

Name

null - the null file, also called the null device

Synopsis

/dev/null 

Description

Data written on the null special file, /dev/null, is discarded.

Reads from a null special file always return 0 bytes.

Mapping a null special file creates an address reservation of a length equal to the length of the mapping, and rounded up to the nearest page size as returned by sysconf(3C). No resources are consumed by the reservation. Mappings can be placed in the resulting address range via subsequent calls to mmap with the –MAP_FIXED option set.

Files

/dev/null

See Also

mmap(2), sysconf(3C)