zero(7d) sunos man page | unix.com

Man Page: zero

Operating Environment: sunos

Section: 7d

zero(7D)							      Devices								  zero(7D)

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
fork(2), mmap(2), sysconf(3C) SunOS 5.10 3 Jul 1990 zero(7D)
Related Man Pages
mmap(2) - opendarwin
mmap(2) - osf1
mmap(2) - netbsd
getpagesize(3c) - x11r4
getpagesize(3c) - xfree86
Similar Topics in the Unix Linux Community
How to trim the leading zeroes in a Currency field ?
Help needed in padding leading zeros
Remove leading zeroes in 2nd field using sed
Comparison treating strings as zero integers
Compare sum of two columns if variance is zero do nothing else send an email