Linux pagesize command

Updated: 05/04/2019 by Computer Hope
pagesize command

On Unix-like operating systems, the pagesiz command displays the size of a page of memory in bytes, as returned by getpagesize.

Note

On modern Linux systems, pagesize can be determined using the command getconf PAGESIZE or getconf PAGE_SIZE.

Syntax

pagesize

Examples

pagesize

Return the bytes of the size of a memory page, in bytes. Example output:

4096