[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 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 | Contents | Glossary | Home | Search ]