Hi, I am trying to look at the memory map of processes through /proc/<pid>/map file. A typical line looks like: 40024000-40025000 rw-p 00002000 08:03 3653662 /lib/libnss_dns-2.2.5.so I have a couple of questions: 1. Are the start and end addresses (40024000-40025000) virtual address or linear address? 2. What does the third number (00002000) mean? Thank you in advance. Yue __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/