Index Click this button to go to the index for this section.


pagesize(1)

NAME

pagesize - Displays system memory page size

SYNOPSIS

pagesize

DESCRIPTION

The pagesize command prints the size of a page of memory in bytes, as returned by the getpagesize() call. This command is useful when constructing portable shell scripts.

SEE ALSO

Functions: getpagesize(2)