Linux Proc Filesystem Question:

The file /proc/[PID]/limits displays the ______ for each of the process's resource limits.
a) hard limit
b) soft limit
c) units of measurement
d) all of the mentioned

Proc Filesystem Interview Question
Proc Filesystem Interview Question

Answer:

d) all of the mentioned


Previous QuestionNext Question
The entry for each file opened by the process is present in:
a) /proc/[PID]/fd
b) /proc/[PID]/file
c) /proc/[PID]/maps
d) none of the mentioned
The file /proc/[PID]/maps contains the:
a) currently mapped memory regions
b) available memory regions
c) memory regions which are free to map
d) none of the mentioned