Linux Foundation Certified System Administrator (LFCS) — Question 34
Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
Answer options
- A. /etc/keys
- B. /proc/keys
- C. /etc/inittab
- D. /proc/inittab
- E. /etc/reboot
Correct answer: C
Explanation
The correct answer is C, /etc/inittab, as this file controls the behavior of the init system, including key combinations like ctrl-alt-delete. The other options are either not related to SysV init or do not control the key sequences for the system.