How to find Block size in REDHAT Linux
To find the Pagesize in linux use the “getconf” command
[oracle@node1 dt.d-WIP]$ getconf -a | grep PAGE
PAGESIZE 4096
PAGE_SIZE 4096