Displays the system page size.
pagesize
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.
To obtain the size system page, enter:
pagesize
The system returns the number of bytes, such as 4096.
/usr/bin/pagesize | Contains the pagesize command. |
The getpagesize subroutine.