man pages section 7: Device and Network Interfaces
  Sök endast i den här boken
Ladda ner denna bok i PDF (3757 KB)

zero(7D)

Name | Description | Files | See Also

Name

    zero– source of zeroes

Description

    A zero special file is a source of zeroed unnamed memory.

    Reads from a zero special file always return a buffer full of zeroes. The file is of infinite length.

    Writes to a zero special file are always successful, but the data written is ignored.

    Mapping a zero special file creates a zero-initialized unnamed memory object of a length equal to the length of the mapping and rounded up to the nearest page size as returned by sysconf. Multiple processes can share such a zero special file object provided a common ancestor mapped the object MAP_SHARED.

Files

    /dev/zero

See Also

SunOS 5.11  Last Revised 3 Jul 1990

Name | Description | Files | See Also