Displays the system page size.
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.
If the -a flag is specified, the pagesize command prints all of the page size values (in bytes) supported on the system.
pagesizeThe system returns the number of bytes, such as 4096.
pagesize -fThe system returns the formatted page size (for example, 4K).
pagesize -af4K
64K
16M| Item | Description | 
|---|---|
| /usr/bin/pagesize | Contains the pagesize command. |