LPIC-3 Exam 303 (Security) — Question 15

In which path is the data, which can be altered by the sysctl command, accessible?

Answer options

Correct answer: C

Explanation

The correct answer is /proc/sys/ because this is the virtual filesystem that holds kernel parameters which can be modified by the sysctl command. The other options do not contain the relevant data for sysctl modifications; /dev/sys/ and /sys/ are related to device and system information, while /sysctl/ is not a standard directory associated with kernel parameters.