What happens if the same sysctl parameter is defined in both /etc/sysctl.conf and a file in /etc/sysctl.d/?
-
A
The file in /etc/sysctl.d/ takes precedence due to alphabetical load order
-
B
/etc/sysctl.conf always wins regardless of load order
-
C
An error is raised and neither value is applied
-
D
The parameter is set to the average of the two values