Linux command to get page size


By using getconf command we can get the size of Virtual Memory page in bytes.


[root@host-7-41 fedo]# getconf  PAGESIZE
4096


Here PAGESIZE is the argument passed to the getconf to get virtual memory page size. It gives the output as 4096 bytes.

!!!

Operating System Used : CentOS release 6.5 (Final)