Linux_Foundation
LFCA · Question #6
LFCA Question #6: Real Exam Question with Answer & Explanation
The correct answer is B. sestatus. The sestatus command is used on Linux systems to display the current status of Security-Enhanced Linux (SELinux), including its mode and policy information.
Submitted by chiamaka_o· May 4, 2026System Administration
Question
Which of the following commands is used to display SELinux status?
Options
- Asvstemctl
- Bsestatus
- Cfirewall-cmd
- Dsudo
Explanation
The sestatus command is used on Linux systems to display the current status of Security-Enhanced Linux (SELinux), including its mode and policy information.
Common mistakes.
- A.
systemctlis used to control and manage systemd services, not to display SELinux status. - C.
firewall-cmdis used to manage the firewalld daemon, which controls network firewall rules, not SELinux. - D.
sudois a command used to execute commands as another user (typically root) and does not display SELinux status itself.
Concept tested. SELinux status command
Topics
#SELinux#Security commands#System security
Community Discussion
No community discussion yet for this question.