[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 4


pagesize Command

Purpose

Displays the system page size.

Syntax

pagesize

Description

The pagesize command prints the size, in bytes, of a page of memory, as returned by the getpagesize subroutine. Provided for system compatibility, this command is useful when constructing portable shell scripts.

Example

To obtain the size system page, enter:

pagesize

The system returns the number of bytes, such as 4096.

Files


/usr/bin/pagesize Contains the pagesize command.

Related Information

The getpagesize subroutine.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]