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

Syntax

pagesize

Examples

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

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

  • Syntax
  • Examples
  • Linux commands help

4096