previous | start | next

Inspecting Linux Kernel Variables

The kernel variable, randomize_va_space is accessible through a pseudo file of the same name.

It is located in the proc file system at:

        /proc/sys/kernel/randomize_va_space
     

Listing this "file" shows:



previous | start | next