LPIC-2 Exam 201 (Linux Engineer) — Question 45

What effect does the ""f option to the update-rc.d command have on files in the /etc/rcX.d/ and /etc/init.d/ directories?

Answer options

Correct answer: D

Explanation

The correct answer is D because the 'f' option forces the removal of symlinks in /etc/rcX.d/ even when the corresponding init script is still available in /etc/init.d/. Options A, B, and C are incorrect as they misrepresent the specific functionality of the 'f' option regarding the presence of scripts and the nature of the symlink removal.