LCA Cheat Sheet 2026
The 30 highest-yield LCA facts, distilled from real exam questions. Print it, save it as a PDF, or study it here — free, no sign-up.
60 questions
90 min time limit
70% to pass
- In the context of LCA certification, what is the most important consideration when implementing backup & disaster recovery? → Ensuring alignment with established standards, stakeholder needs, and best practices
- Which command checks and repairs a Linux file system? → fsck
- What does the Linux command 'iptables' manage? → Network traffic filtering
- Which bootloader is most commonly installed with Linux systems? → GRUB
- In the context of LCA certification, what is the most important consideration when implementing web server & database administration? → Ensuring alignment with established standards, stakeholder needs, and best practices
- What port number does SSH use by default? → 22
- What happens when you append an ampersand (&) to a shell command such as 'long-script.sh &'? → The command runs in the background, freeing the terminal for other commands
- Which journalctl command filters log output to show only entries from the systemd unit named 'nginx'? → journalctl -u nginx
- What is the primary purpose of the /proc virtual filesystem in Linux? → To provide a kernel interface exposing process and system information
- Which of the following best describes a key competency required for network configuration & troubleshooting in LCA practice? → Strong analytical skills combined with effective communication and ethical judgment
- In the context of LCA certification, what is the most important consideration when implementing network configuration & troubleshooting? → Ensuring alignment with established standards, stakeholder needs, and best practices
- Which of the following ports should be closed to reduce attack surface on a server? → Unused services ports
- Which systemctl command enables a service to start automatically at system boot? → systemctl enable
- During installation, what does setting the root password accomplish? → It secures the admin account
- What command runs a shell script named 'myscript.sh'? → sh myscript.sh
- Which loop is used to iterate over a list of items in shell scripting? → for
- Which signal cannot be caught, blocked, or ignored by any process, including processes running as root? → SIGKILL (9)
- In the context of LCA certification, what is the most important consideration when implementing package management & software installation? → Ensuring alignment with established standards, stakeholder needs, and best practices
- How do you execute a command stored in a variable? → eval $VAR
- Which of the following best describes a key competency required for cloud integration & deployment in LCA practice? → Strong analytical skills combined with effective communication and ethical judgment
- Which symbol is used to start a comment line in a shell script? → #
- In the context of LCA certification, what is the most important consideration when implementing user & permission management? → Ensuring alignment with established standards, stakeholder needs, and best practices
- What happens when a process receives SIGTERM (signal 15)? → It receives a graceful termination request and can perform cleanup before exiting
- Which file contains the persistent mount information in Linux? → /etc/fstab
- What is the role of the /etc/fstab file in Linux? → It defines disk partitions and mount points
- Which command provides a dynamic, real-time, auto-refreshing view of system processes sorted by resource usage? → top
- What is the primary purpose of the 'at' command in Linux? → To schedule a one-time command to execute at a specified future time
- Which of the following best describes a key competency required for web server & database administration in LCA practice? → Strong analytical skills combined with effective communication and ethical judgment
- What command reloads firewall rules in firewalld? → firewall-cmd --reload
- Which of the following best describes a key competency required for package management & software installation in LCA practice? → Strong analytical skills combined with effective communication and ethical judgment
Turn these facts into recall: