{"id":12376,"date":"2026-09-15T08:37:51","date_gmt":"2026-09-15T08:37:51","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12376"},"modified":"2026-09-15T08:37:51","modified_gmt":"2026-09-15T08:37:51","slug":"lpi-010-160-practice-test-questions-and-exam-dumps-part-8-q141-160","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/lpi-010-160-practice-test-questions-and-exam-dumps-part-8-q141-160\/","title":{"rendered":"LPI 010-160 Practice Test Questions and Exam Dumps Part 8 Q141-160"},"content":{"rendered":"<h2><b>View Full <a href=\"https:\/\/www.examlabs.com\/010-160-exam-dumps\">LPI 010-160 Exam Dumps<\/a> and Practice Test Dumps.<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 141<\/b><\/h3>\n<p><b>Which command is used to decompress a file compressed with gzip?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">bunzip2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">gunzip<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">unxz<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tar<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The gunzip command is the standard utility used in Linux to decompress files that have been compressed using the gzip compression algorithm, restoring them to their original uncompressed size. When executed, gunzip automatically removes the <\/span><span style=\"font-weight: 400;\">.gz<\/span><span style=\"font-weight: 400;\"> extension from the target filename and replaces the compressed archive with the raw file data. While bunzip2 handles bzip2 compressed files and unxz handles xz files, gunzip remains the dedicated tool for standard gzip archives. Mastering file decompression utilities is essential for system administrators managing software downloads, log files, and backup archives efficiently across enterprise Linux server and cloud infrastructure environments.<\/span><\/p>\n<h3><b>Question 142<\/b><\/h3>\n<p><b>Which command sends a termination signal to all processes matching a specified command name?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pkill<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">kill<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">top<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ps<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The pkill command allows administrators to send signals\u2014such as termination requests or kill commands\u2014to running processes by specifying their exact command name or pattern rather than requiring manual process ID lookups. This streamlines process management significantly when multiple instances of an application are active. In contrast, kill requires numeric process IDs, top displays real-time resource utilization, and ps outputs process snapshots. Knowing how to utilize pkill effectively ensures that system administrators can manage background daemons, terminate runaway tasks quickly, and maintain stable operational performance across production Linux environments under heavy multi-user workloads.<\/span><\/p>\n<h3><b>Question 143<\/b><\/h3>\n<p><b>Which package manager is the default command-line tool for managing RPM packages on modern Fedora and RHEL distributions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">apt<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">zypper<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">dnf<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pacman<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The dnf command is the primary next-generation package management utility used on modern Red Hat Enterprise Linux, Fedora, and CentOS distributions to install, update, remove, and query software packages. It supersedes legacy yum by providing faster dependency resolution, lower memory consumption, and robust transactional software management. While apt serves Debian-based systems, zypper manages openSUSE, and pacman handles Arch Linux, dnf remains the definitive tool for RHEL administrators. Mastering dnf ensures reliable software maintenance, security updates, and package compliance across enterprise server clusters and cloud virtual machine deployments.<\/span><\/p>\n<h3><b>Question 144<\/b><\/h3>\n<p><b>Which command displays active network interface configurations and IP addresses on modern Linux systems?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ip addr<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ifconfig<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">route<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ping<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The ip addr command is the modern, robust utility used to display and manage network interface configurations, IP addresses, and operational link states on contemporary Linux distributions. It replaces legacy tools like ifconfig, offering direct access to kernel netlink socket data for faster and more detailed network telemetry. While ifconfig is deprecated, route manages routing tables, and ping tests basic ICMP reachability, ip addr is the standard administrative tool for inspecting network topology. Mastering the ip suite is critical for configuring network interfaces, troubleshooting connectivity failures, and maintaining reliable infrastructure communications.<\/span><\/p>\n<h3><b>Question 145<\/b><\/h3>\n<p><b>Which shell loop structure executes a block of commands for each item in a specified list?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">while<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">until<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">if<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">for<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The for loop is a fundamental control flow statement in bash shell scripting that iterates through a predetermined list of items, executing a specific block of commands for each individual element. It is widely used in automation scripts to process file batches, iterate over server addresses, or perform repetitive administrative tasks. While while loops continue executing as long as a conditional test remains true, until loops run until a condition becomes true, and if handles conditional branching. Mastering for loops is essential for writing efficient, scalable automation scripts across enterprise environments.<\/span><\/p>\n<h3><b>Question 146<\/b><\/h3>\n<p><b>Which directory contains temporary files that are typically cleared automatically upon system reboot?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/tmp<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/var<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/home<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">\/tmp<\/span><span style=\"font-weight: 400;\"> directory is designated within the Linux Filesystem Hierarchy Standard to store temporary files created by applications and system users during daily operations. Files stored here are typically ephemeral and can be deleted automatically during system reboots or through scheduled maintenance daemons like tmpwatch. In contrast, <\/span><span style=\"font-weight: 400;\">\/var<\/span><span style=\"font-weight: 400;\"> stores persistent variable logs, <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> holds system configuration files, and <\/span><span style=\"font-weight: 400;\">\/home<\/span><span style=\"font-weight: 400;\"> houses user personal data directories. Proper monitoring of <\/span><span style=\"font-weight: 400;\">\/tmp<\/span><span style=\"font-weight: 400;\"> permissions and disk consumption is vital for maintaining system security, preventing unauthorized access, and ensuring sufficient temporary storage space for active running applications.<\/span><\/p>\n<h3><b>Question 147<\/b><\/h3>\n<p><b>Which command modifies the default file permission mask for newly created files and directories?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chmod<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chown<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">umask<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chgrp<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The umask command sets the file mode creation mask, which determines the default access permissions stripped away from newly created files and directories in the shell session. By subtracting the umask value from maximum default permissions, administrators ensure that files are not created with overly permissive access rights. While chmod modifies existing file permissions, chown alters user ownership, and chgrp updates group ownership. Understanding umask is crucial for enforcing security policies, protecting sensitive data, and ensuring that newly provisioned user files adhere strictly to organizational access control guidelines and least privilege principles.<\/span><\/p>\n<h3><b>Question 148<\/b><\/h3>\n<p><b>Which command searches for files within a directory hierarchy based on criteria such as name, size, or modification date?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">grep<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">find<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">locate<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sed<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The find command is a powerful utility used to search directory hierarchies recursively for files and directories matching specified criteria, including filename patterns, size thresholds, user ownership, and modification timestamps. It allows administrators to locate misplaced data or execute batch operations on matching files. While grep searches inside file contents for text patterns, locate queries a precompiled system database for rapid filename lookups, and sed performs stream text editing. Mastering the find command is an essential system administration skill for conducting security audits, cleaning up storage drives, and managing files efficiently.<\/span><\/p>\n<h3><b>Question 149<\/b><\/h3>\n<p><b>Which utility manages user account password aging policies and expiration parameters in Linux?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">useradd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">usermod<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">passwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chage<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The chage command is a dedicated administrative utility used to change user password aging and expiration information, such as maximum password validity days, warning periods, and account inactivity lockouts. It interfaces directly with the <\/span><span style=\"font-weight: 400;\">\/etc\/shadow<\/span><span style=\"font-weight: 400;\"> file to enforce robust corporate security compliance standards. While useradd provisions accounts, usermod updates general account properties, and passwd changes passwords, chage specifically controls lifecycle expiration rules. Implementing strict password aging policies via chage is essential for preventing unauthorized access, mitigating credential compromise risks, and maintaining rigorous security compliance across enterprise multi-user Linux environments.<\/span><\/p>\n<h3><b>Question 150<\/b><\/h3>\n<p><b>Which systemctl command checks whether a specific service daemon is currently running and enabled?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">systemctl status<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">systemctl restart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">systemctl stop<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">systemctl enable<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The systemctl status command queries the systemd manager and outputs the current operational state, active process ID, recent log entries, and boot-time enablement status of a specified service daemon. It is the primary diagnostic tool used by administrators to verify service health and troubleshoot startup failures. Conversely, systemctl restart reloads service configurations, systemctl stop terminates active daemon execution, and systemctl enable configures automatic startup during system boot. Mastering status checks ensures reliable daemon lifecycle management and high availability across enterprise Linux server infrastructures and cloud environments.<\/span><\/p>\n<h3><b>Question 151<\/b><\/h3>\n<p><b>Which text processing utility is designed for stream editing and pattern replacement in files?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">awk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">grep<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">cut<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The sed command stands for stream editor and is a powerful non-interactive text processing utility used to perform basic text transformations, substitutions, insertions, and deletions on input streams or files. It is heavily utilized in shell scripts to automate configuration file modifications and log parsing tasks. While awk provides a comprehensive programming language for complex columnar data extraction, grep searches for string patterns, and cut extracts specific columns. Mastering sed enables administrators to execute rapid, automated text manipulations and maintain configuration consistency efficiently across numerous production servers without manual intervention.<\/span><\/p>\n<h3><b>Question 152<\/b><\/h3>\n<p><b>Which tar command option flag is used to extract the contents of an existing archive file?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-c<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-t<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-x<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-r<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">-x<\/span><span style=\"font-weight: 400;\"> option flag instructs the tar utility to extract the contents of a specified archive file back onto the local filesystem, restoring directory structures and file metadata. It is the core operation used when unpacking downloaded software packages or system backups. While <\/span><span style=\"font-weight: 400;\">-c<\/span><span style=\"font-weight: 400;\"> creates new archives, <\/span><span style=\"font-weight: 400;\">-t<\/span><span style=\"font-weight: 400;\"> lists archive contents without extracting them, and <\/span><span style=\"font-weight: 400;\">-r<\/span><span style=\"font-weight: 400;\"> appends files to existing archives. Mastering extraction commands ensures that administrators can deploy applications, recover backed-up data securely, and manage software bundles efficiently across diverse Linux environments and cloud server deployment pipelines.<\/span><\/p>\n<h3><b>Question 153<\/b><\/h3>\n<p><b>Which command is used to export shell variables so they become available to child processes and scripts?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">set<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">export<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">env<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">echo<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The export command marks shell variables so that they are automatically inherited by any subsequently executed child processes, scripts, or subshells running within the current session environment. Without export, variables remain local to the immediate interactive shell and cannot be accessed by external scripts. While set displays all shell variables, env lists active environment variables, and echo prints specific variable values. Understanding how export functions is crucial for configuring runtime execution parameters, environment paths, and application variables correctly across complex shell automation scripts and cloud deployment workflows.<\/span><\/p>\n<h3><b>Question 154<\/b><\/h3>\n<p><b>Which utility displays detailed hardware specifications and architectural parameters of the system CPU?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">lscpu<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">lspci<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">lsusb<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">lsblk<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The lscpu command queries the kernel and system files to display comprehensive information about the central processing unit architecture, including core counts, thread allocation, socket layout, cache sizes, and instruction set extensions. It provides a quick and readable summary without requiring low-level diagnostic access. While lspci lists motherboard PCI devices, lsusb details connected USB peripherals, and lsblk reports storage block devices. Knowing how to utilize lscpu is essential for hardware inventory assessments, performance tuning, and verifying virtualization capabilities when deploying software applications across enterprise Linux servers.<\/span><\/p>\n<h3><b>Question 155<\/b><\/h3>\n<p><b>Which command-line tool is used to format a new storage partition with the ext4 filesystem?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">fdisk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">parted<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mkfs.ext4<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mount<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The mkfs.ext4 command is a specialized formatting utility used to create a new ext4 filesystem on a designated storage partition or logical volume, establishing the inode tables and block structures required for data storage. It is the final step before a partition can be mounted and used. While fdisk and parted create raw partition layouts, mount attaches the formatted filesystem to the directory tree. Mastering partition formatting tools ensures proper storage provisioning, reliable file system initialization, and robust data management across production Linux servers and enterprise infrastructure storage volumes.<\/span><\/p>\n<h3><b>Question 156<\/b><\/h3>\n<p><b>What is the primary role of the GRUB bootloader during the Linux system startup process?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Loading the Linux kernel into system memory from storage drives<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managing network routing tables and IP addresses<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Providing graphical desktop window management services<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compiling source code binaries during system initialization<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The GRUB bootloader is responsible for initializing during system startup, presenting the operating system selection menu, and loading the compressed Linux kernel image along with its initial RAM filesystem into system memory. It acts as the critical bridge between system firmware and the operating system kernel. In contrast, network managers handle IP configurations, window managers provide desktop interfaces, and compilers build software binaries. Understanding GRUB is essential for troubleshooting boot failures, managing multi-boot environments, and configuring kernel command-line parameters across enterprise servers and desktop Linux installations safely.<\/span><\/p>\n<h3><b>Question 157<\/b><\/h3>\n<p><b>Which configuration file controls incoming SSH daemon security settings and connection parameters?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/ssh\/ssh_config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/ssh\/sshd_config<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/fstab<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">\/etc\/ssh\/sshd_config<\/span><span style=\"font-weight: 400;\"> file is the master configuration file governing the SSH daemon on Linux servers, controlling critical security parameters such as root login permissions, allowed authentication methods, port bindings, and cryptographic key policies. Proper hardening of this file is essential for preventing unauthorized server access. While <\/span><span style=\"font-weight: 400;\">\/etc\/ssh\/ssh_config<\/span><span style=\"font-weight: 400;\"> controls outgoing client behavior, <\/span><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><span style=\"font-weight: 400;\"> stores user metadata, and <\/span><span style=\"font-weight: 400;\">\/etc\/fstab<\/span><span style=\"font-weight: 400;\"> handles mount points. Mastering SSH daemon configuration ensures robust administrative security, protects remote server infrastructure against malicious attacks, and enforces strict cryptographic compliance standards across enterprise environments.<\/span><\/p>\n<h3><b>Question 158<\/b><\/h3>\n<p><b>Which utility is used by administrators to edit and manage scheduled cron jobs for automated tasks?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">at<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">crontab<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">systemctl<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The crontab utility allows users and system administrators to create, edit, list, and remove scheduled background jobs that execute automatically at specified dates and times using the cron daemon. It is the primary tool for automating routine system maintenance tasks, backups, and script execution. While at schedules single one-time tasks, batch runs commands when system load is low, and systemctl manages systemd services. Knowing how to configure cron jobs properly is essential for reliable task automation, system administration efficiency, and operational maintenance across production Linux server environments.<\/span><\/p>\n<h3><b>Question 159<\/b><\/h3>\n<p><b>Which directory typically houses system-wide network configuration files and netplan definitions on Ubuntu servers?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/netplan<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/var\/log<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/tmp<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/home<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">\/etc\/netplan<\/span><span style=\"font-weight: 400;\"> directory is the designated location on modern Ubuntu servers where YAML-based network configuration files are stored, defining IP addresses, gateways, and interface parameters for netplan to render. It streamlines network management across modern distributions. In contrast, <\/span><span style=\"font-weight: 400;\">\/var\/log<\/span><span style=\"font-weight: 400;\"> stores variable log files, <\/span><span style=\"font-weight: 400;\">\/tmp<\/span><span style=\"font-weight: 400;\"> holds ephemeral temporary files, and <\/span><span style=\"font-weight: 400;\">\/home<\/span><span style=\"font-weight: 400;\"> contains personal user directories. Proper configuration and management of network files within <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> are critical for ensuring reliable host connectivity, maintaining stable remote server accessibility, and troubleshooting network configuration issues across enterprise infrastructure deployments.<\/span><\/p>\n<h3><b>Question 160<\/b><\/h3>\n<p><b>What is a key characteristic of permissive open-source licenses like MIT or BSD compared to copyleft licenses like GPL?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Requiring all derivative works to be open-sourced under identical terms<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Prohibiting any commercial monetization or corporate distribution<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Allowing proprietary modification and redistribution with minimal restrictions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Mandating specific hardware platforms for software execution<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Permissive open-source licenses, such as the MIT and BSD licenses, grant users extensive freedom to use, modify, distribute, and even incorporate the software into proprietary commercial products with minimal attribution requirements. Unlike copyleft licenses like the GPL, which mandate that derivative works remain open-source under identical terms, permissive licenses offer maximum flexibility for commercial software development and corporate adoption. Understanding licensing differences is vital for legal compliance, software governance, and intellectual property management across modern enterprise software engineering and technology deployment projects.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full LPI 010-160 Exam Dumps and Practice Test Dumps. &nbsp; Question 141 Which command is used to decompress a file compressed with gzip? bunzip2 gunzip unxz tar Correct Answer: 2 Explanation The gunzip command is the standard utility used in Linux to decompress files that have been compressed using the gzip compression algorithm, restoring [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12376"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=12376"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12376\/revisions"}],"predecessor-version":[{"id":12401,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12376\/revisions\/12401"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}