Query: zero
OS: opensolaris
Section: 7d
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
zero(7D) Devices zero(7D)NAMEzero - source of zeroesDESCRIPTIONA 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/zeroSEE ALSOfork(2), mmap(2), sysconf(3C) SunOS 5.11 3 Jul 1990 zero(7D)
| Related Man Pages |
|---|
| sem_init(2) - hpux |
| mmap(2) - osf1 |
| getpagesize(3c) - sunos |
| getpagesize(3c) - v7 |
| getpagesize(3c) - xfree86 |
| Similar Topics in the Unix Linux Community |
|---|
| Removing Zeros in front of a number |
| Help needed in padding leading zeros |
| Finding multiple zero's in a file |
| Comparison treating strings as zero integers |
| Help deleting leading zeros in a file |