exam questions

Exam XK0-004 All Questions

View all questions & answers for the XK0-004 exam

Exam XK0-004 topic 1 question 62 discussion

Actual exam question from CompTIA's XK0-004
Question #: 62
Topic #: 1
[All XK0-004 Questions]

Which of the following configuration files should be modified to disable Ctrl+Alt+Del in Linux?

  • A. /etc/inittab
  • B. ~/.bash_profile
  • C. /etc/securetty
  • D. /etc/security/limits.conf
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://www.linuxtechi.com/disable-reboot-using-ctrl-alt-del-keys/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
eastthomas
3 years, 3 months ago
[root@orac-rhel8 etc]# cat inittab # inittab is no longer used. # # ADDING CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. # # Ctrl-Alt-Delete is handled by /usr/lib/systemd/system/ctrl-alt-del.target
upvoted 1 times
...
Dan_Dan_The_Data_Center_Man
3 years, 7 months ago
Correct Answer: A. /etc/inittab To prevent the init process from handling Ctrl-Alt-Del, edit the file ‘/etc/inittab‘ comment the line which begins with ‘ca::ctrlaltdel:‘
upvoted 2 times
...
jeffnoble14
4 years, 12 months ago
For RHEL 5.X & CentOS 5.X To prevent the init process from handling Ctrl-Alt-Del, edit the file ‘/etc/inittab‘
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...