{"id":12373,"date":"2026-09-15T08:38:26","date_gmt":"2026-09-15T08:38:26","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12373"},"modified":"2026-09-15T08:38:26","modified_gmt":"2026-09-15T08:38:26","slug":"lpi-010-160-practice-test-questions-and-exam-dumps-part-5-q81-100","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/lpi-010-160-practice-test-questions-and-exam-dumps-part-5-q81-100\/","title":{"rendered":"LPI 010-160 Practice Test Questions and Exam Dumps Part 5 Q81-100"},"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 81<\/b><\/h3>\n<p><b>Which command-line tool is used to manage package installations on openSUSE and SUSE Linux Enterprise?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">apt-get<\/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: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The zypper command is the primary command-line package management tool utilized in openSUSE and SUSE Linux Enterprise distributions. It interfaces directly with software repositories to install, update, remove, and query packages with automatic dependency resolution. Zypper provides a fast and reliable transactional mechanism for managing software inventories, ensuring system security and consistency. While apt-get serves Debian-based distributions, dnf powers RPM-based Red Hat platforms, and pacman manages Arch Linux environments, zypper remains the definitive tool for SUSE administrators. Its robust feature set supports repository management, service verification, and distribution upgrades seamlessly across enterprise servers.<\/span><\/p>\n<h3><b>Question 82<\/b><\/h3>\n<p><b>What is the purpose of the <\/b><b>\/etc\/group<\/b><b> file in a Linux operating system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing encrypted user password hashes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Defining default system-wide environment variables<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing static network route configurations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maintaining security group definitions and memberships<\/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 <\/span><span style=\"font-weight: 400;\">\/etc\/group<\/span><span style=\"font-weight: 400;\"> file is a plain-text system configuration database that maintains security group definitions and their corresponding member user accounts. Each entry consists of colon-separated fields specifying the group name, encrypted password placeholder, numeric Group ID, and a comma-separated list of usernames belonging to that group. System administrators utilize this file to implement role-based access control, allowing multiple users to share file permissions without compromising security. While <\/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\/shadow<\/span><span style=\"font-weight: 400;\"> handles encrypted password hashes, <\/span><span style=\"font-weight: 400;\">\/etc\/group<\/span><span style=\"font-weight: 400;\"> remains essential for managing collaborative access boundaries across shared multi-user enterprise Linux servers and desktop environments.<\/span><\/p>\n<h3><b>Question 83<\/b><\/h3>\n<p><b>Which shell command displays the currently logged-in users on the system?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">who<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">uptime<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">uname<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">free<\/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;\">who<\/span><span style=\"font-weight: 400;\"> command displays a concise list of all users currently logged into the Linux system, showing their active terminal lines, login timestamps, and remote host origins if connected via network sessions. This utility provides a quick administrative snapshot of active session activity, helping administrators monitor multi-user environments for security and auditing purposes. In contrast, <\/span><span style=\"font-weight: 400;\">uptime<\/span><span style=\"font-weight: 400;\"> reports system load averages and active run duration, <\/span><span style=\"font-weight: 400;\">uname<\/span><span style=\"font-weight: 400;\"> outputs kernel version and architecture details, and <\/span><span style=\"font-weight: 400;\">free<\/span><span style=\"font-weight: 400;\"> tracks RAM and swap memory utilization. Utilizing <\/span><span style=\"font-weight: 400;\">who<\/span><span style=\"font-weight: 400;\"> regularly is an essential habit for system administrators maintaining operational oversight and tracking user presence across enterprise servers.<\/span><\/p>\n<h3><b>Question 84<\/b><\/h3>\n<p><b>Which command-line option tells <\/b><b>tar<\/b><b> to compress an archive using gzip?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-j<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-v<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-z<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-f<\/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;\">-z<\/span><span style=\"font-weight: 400;\"> option instructs the <\/span><span style=\"font-weight: 400;\">tar<\/span><span style=\"font-weight: 400;\"> utility to filter the archive stream through gzip compression, enabling the creation of compressed archives with the <\/span><span style=\"font-weight: 400;\">.tar.gz<\/span><span style=\"font-weight: 400;\"> or <\/span><span style=\"font-weight: 400;\">.tgz<\/span><span style=\"font-weight: 400;\"> extension in a single step. This integration combines file bundling and data compression efficiently, saving critical storage space and accelerating file transfers across networks. While the <\/span><span style=\"font-weight: 400;\">-j<\/span><span style=\"font-weight: 400;\"> flag invokes bzip2 compression, <\/span><span style=\"font-weight: 400;\">-v<\/span><span style=\"font-weight: 400;\"> enables verbose output showing processed files, and <\/span><span style=\"font-weight: 400;\">-f<\/span><span style=\"font-weight: 400;\"> specifies the target archive filename. Mastering compression flags ensures that system administrators can perform reliable, space-optimized backups and distribute software packages effectively across diverse enterprise Linux server environments.<\/span><\/p>\n<h3><b>Question 85<\/b><\/h3>\n<p><b>Which command safely deletes a user account and its home directory on 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;\">userdel -r<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">usermod -d<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">groupdel<\/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;\">userdel<\/span><span style=\"font-weight: 400;\"> command when combined with the <\/span><span style=\"font-weight: 400;\">-r<\/span><span style=\"font-weight: 400;\"> flag safely deletes a specified user account from the system while simultaneously removing the user home directory and mail spool from the storage drives. This ensures that no orphaned personal files or sensitive data remain lingering on the filesystem after an employee or service account is decommissioned. While <\/span><span style=\"font-weight: 400;\">useradd<\/span><span style=\"font-weight: 400;\"> provisions new user accounts, <\/span><span style=\"font-weight: 400;\">usermod<\/span><span style=\"font-weight: 400;\"> modifies existing account attributes, and <\/span><span style=\"font-weight: 400;\">groupdel<\/span><span style=\"font-weight: 400;\"> removes security groups. Proper execution of <\/span><span style=\"font-weight: 400;\">userdel -r<\/span><span style=\"font-weight: 400;\"> is a critical administrative procedure for maintaining clean data hygiene and preventing unauthorized security access across multi-user enterprise servers.<\/span><\/p>\n<h3><b>Question 86<\/b><\/h3>\n<p><b>What is the function of the <\/b><b>\/proc<\/b><b> virtual filesystem in Linux?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storing persistent user application configuration files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Providing backup storage for compressed log archives<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Housing dynamic executable system binaries<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Exposing kernel and process status information as text files<\/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 <\/span><span style=\"font-weight: 400;\">\/proc<\/span><span style=\"font-weight: 400;\"> directory is a virtual pseudo-filesystem maintained entirely in system memory by the Linux kernel, serving as a dynamic control and information hub. It contains no physical files on disk, but instead exposes real-time kernel metrics, hardware parameters, and active process statistics as readable text files. Administrators and monitoring tools query files within <\/span><span style=\"font-weight: 400;\">\/proc<\/span><span style=\"font-weight: 400;\"> to inspect CPU performance, memory allocation, and system configuration parameters on the fly. While <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> stores persistent configurations and <\/span><span style=\"font-weight: 400;\">\/var<\/span><span style=\"font-weight: 400;\"> holds logs, <\/span><span style=\"font-weight: 400;\">\/proc<\/span><span style=\"font-weight: 400;\"> provides vital runtime visibility into the inner workings of the operating system without requiring specialized low-level diagnostic drivers or tools.<\/span><\/p>\n<h3><b>Question 87<\/b><\/h3>\n<p><b>Which command displays disk space usage statistics for individual files and directories recursively?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">du<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">df<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">free<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">top<\/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;\">du<\/span><span style=\"font-weight: 400;\"> command, which stands for disk usage, estimates and reports storage space consumption across directory hierarchies and individual files. By recursively scanning subfolders, <\/span><span style=\"font-weight: 400;\">du<\/span><span style=\"font-weight: 400;\"> reveals precisely how much disk space specific projects or user directories occupy, making it an indispensable tool for identifying space hogs and cleaning up overcrowded partitions. While <\/span><span style=\"font-weight: 400;\">df<\/span><span style=\"font-weight: 400;\"> reports overall filesystem capacity and available partition blocks, <\/span><span style=\"font-weight: 400;\">free<\/span><span style=\"font-weight: 400;\"> tracks system RAM utilization, and <\/span><span style=\"font-weight: 400;\">top<\/span><span style=\"font-weight: 400;\"> tracks active CPU processes. Utilizing <\/span><span style=\"font-weight: 400;\">du<\/span><span style=\"font-weight: 400;\"> with human-readable formatting flags enables administrators to perform detailed storage audits and manage disk space quotas effectively across production Linux servers.<\/span><\/p>\n<h3><b>Question 88<\/b><\/h3>\n<p><b>Which command-line tool is used to monitor active system resource consumption and processes in real time?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ps<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ls<\/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;\">df<\/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;\">top<\/span><span style=\"font-weight: 400;\"> utility provides a dynamic, real-time view of running system processes, displaying continuous updates on CPU utilization, memory consumption, swap usage, task states, and system load averages. It allows administrators to identify resource-hungry processes instantly and terminate misbehaving tasks interactively. While <\/span><span style=\"font-weight: 400;\">ps<\/span><span style=\"font-weight: 400;\"> provides a static snapshot of process statuses at the exact moment of execution, <\/span><span style=\"font-weight: 400;\">df<\/span><span style=\"font-weight: 400;\"> displays available disk space across mounted filesystems, and <\/span><span style=\"font-weight: 400;\">ls<\/span><span style=\"font-weight: 400;\"> lists directory contents. Mastering <\/span><span style=\"font-weight: 400;\">top<\/span><span style=\"font-weight: 400;\"> is essential for performance monitoring, resource allocation tuning, and troubleshooting Linux server bottlenecks under heavy workloads.<\/span><\/p>\n<h3><b>Question 89<\/b><\/h3>\n<p><b>Which signal is sent by the <\/b><b>kill<\/b><b> command to force an immediate, uncatchable termination of a process?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SIGTERM (15)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SIGKILL (9)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SIGHUP (1)<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">SIGSTOP (19)<\/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 SIGKILL signal, designated by option number nine, is sent via the <\/span><span style=\"font-weight: 400;\">kill<\/span><span style=\"font-weight: 400;\"> command to force an immediate and absolute termination of a stubborn process. Unlike SIGTERM, which requests a graceful shutdown allowing applications to clean up resources, SIGKILL is processed directly by the Linux kernel and cannot be caught, blocked, or ignored by the target application. This makes it the ultimate tool for stopping frozen or unresponsive background daemons. However, because it bypasses clean-up routines, it should be used cautiously after standard termination attempts fail to prevent potential temporary file corruption or unsaved data loss across the system.<\/span><\/p>\n<h3><b>Question 90<\/b><\/h3>\n<p><b>Which command verifies the syntax of a shell script before executing it?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">bash -c<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">sh -x<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">bash -x<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">bash -n<\/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 <\/span><span style=\"font-weight: 400;\">bash -n<\/span><span style=\"font-weight: 400;\"> command option instructs the bash interpreter to read the script and check for syntax errors without actually executing any of the commands contained within the file. This dry-run validation step is crucial for preventing unexpected runtime errors or destructive bugs in production automation scripts. Conversely, <\/span><span style=\"font-weight: 400;\">bash -x<\/span><span style=\"font-weight: 400;\"> runs the script in debug mode printing every expanded command line to the terminal, and <\/span><span style=\"font-weight: 400;\">bash -c<\/span><span style=\"font-weight: 400;\"> executes a string of commands directly. Utilizing <\/span><span style=\"font-weight: 400;\">bash -n<\/span><span style=\"font-weight: 400;\"> during development ensures code cleanliness and structural integrity before deploying scripts into operational service environments.<\/span><\/p>\n<h3><b>Question 91<\/b><\/h3>\n<p><b>Which command extracts specific columns or fields from each line of text based on a delimiter?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">cut<\/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;\">awk<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tr<\/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;\">cut<\/span><span style=\"font-weight: 400;\"> utility is a streamlined command-line tool designed to slice out specific sections or columns of text from each line of a file based on byte positions, character counts, or delimiter characters like colons or commas. It is frequently employed in shell scripts to parse structured plain-text files and configuration tables, such as extracting usernames from the <\/span><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><span style=\"font-weight: 400;\"> file. While <\/span><span style=\"font-weight: 400;\">sed<\/span><span style=\"font-weight: 400;\"> specializes in stream editing, <\/span><span style=\"font-weight: 400;\">awk<\/span><span style=\"font-weight: 400;\"> provides a full programming language for complex data extraction, and <\/span><span style=\"font-weight: 400;\">tr<\/span><span style=\"font-weight: 400;\"> translates individual characters, <\/span><span style=\"font-weight: 400;\">cut<\/span><span style=\"font-weight: 400;\"> offers a fast and simple solution for basic column extraction tasks across files.<\/span><\/p>\n<h3><b>Question 92<\/b><\/h3>\n<p><b>Which utility displays detailed information about PCI hardware devices connected to a Linux system?<\/b><\/p>\n<ol>\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<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;\">lscpu<\/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;\">lspci<\/span><span style=\"font-weight: 400;\"> command queries the kernel and displays detailed information about all PCI buses and connected peripheral devices\u2014such as graphics cards, network interface controllers, USB host controllers, and storage adapters\u2014installed on the system motherboard. This utility is invaluable for hardware inventory audits and troubleshooting driver compatibility issues. Similarly, <\/span><span style=\"font-weight: 400;\">lsusb<\/span><span style=\"font-weight: 400;\"> lists connected USB devices, <\/span><span style=\"font-weight: 400;\">lsblk<\/span><span style=\"font-weight: 400;\"> displays block storage devices and partition layouts, and <\/span><span style=\"font-weight: 400;\">lscpu<\/span><span style=\"font-weight: 400;\"> reports CPU architecture specifications. Mastering these hardware diagnostic tools enables administrators to verify system configurations and diagnose hardware bottlenecks effectively across enterprise server environments and cloud infrastructure.<\/span><\/p>\n<h3><b>Question 93<\/b><\/h3>\n<p><b>Which file stores encrypted user account password hashes on modern Linux systems?<\/b><\/p>\n<ol>\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\/shadow<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">\/etc\/group<\/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\/shadow<\/span><span style=\"font-weight: 400;\"> file stores secure, encrypted user account password hashes along with password aging and expiration policy parameters on modern Linux systems. To protect sensitive authentication data from unauthorized inspection, this file is strictly restricted and readable only by the root administrative user. While <\/span><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><span style=\"font-weight: 400;\"> holds general user metadata, it no longer houses password hashes in contemporary distributions. Meanwhile, <\/span><span style=\"font-weight: 400;\">\/etc\/group<\/span><span style=\"font-weight: 400;\"> manages security group definitions, and <\/span><span style=\"font-weight: 400;\">\/etc\/fstab<\/span><span style=\"font-weight: 400;\"> configures static filesystem mount points. Securing <\/span><span style=\"font-weight: 400;\">\/etc\/shadow<\/span><span style=\"font-weight: 400;\"> is a fundamental requirement for preventing offline brute-force attacks and maintaining robust system security across enterprise multi-user environments.<\/span><\/p>\n<h3><b>Question 94<\/b><\/h3>\n<p><b>What is the primary function of the <\/b><b>df<\/b><b> command in Linux?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Calculating directory-specific disk space usage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitoring real-time CPU performance metrics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Displaying active network routing tables<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Reporting file system disk space utilization and available capacity<\/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 <\/span><span style=\"font-weight: 400;\">df<\/span><span style=\"font-weight: 400;\"> command, which stands for disk free, reports the amount of disk space consumed and available across all currently mounted file systems within the Linux operating system. By default, it presents output in block counts, but administrators frequently append human-readable flags to display values in gigabytes or megabytes for easier analysis. While the <\/span><span style=\"font-weight: 400;\">du<\/span><span style=\"font-weight: 400;\"> utility calculates directory-specific space consumption for files and subfolders, <\/span><span style=\"font-weight: 400;\">free<\/span><span style=\"font-weight: 400;\"> displays system memory usage, and <\/span><span style=\"font-weight: 400;\">ls<\/span><span style=\"font-weight: 400;\"> lists files. Utilizing <\/span><span style=\"font-weight: 400;\">df<\/span><span style=\"font-weight: 400;\"> regularly is crucial for preventing unexpected disk exhaustion emergencies on production Linux servers and database nodes.<\/span><\/p>\n<h3><b>Question 95<\/b><\/h3>\n<p><b>Which command-line option is used with <\/b><b>rpm<\/b><b> to query and list all installed software packages?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-qa<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-qi<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-ql<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">-qf<\/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;\">rpm<\/span><span style=\"font-weight: 400;\"> command combined with the <\/span><span style=\"font-weight: 400;\">-qa<\/span><span style=\"font-weight: 400;\"> query flags lists every single software package currently installed across the RPM-based Linux operating system. This comprehensive inventory output is frequently piped into text search tools like <\/span><span style=\"font-weight: 400;\">grep<\/span><span style=\"font-weight: 400;\"> to verify whether specific dependencies or security updates are present on the machine. In contrast, <\/span><span style=\"font-weight: 400;\">-qi<\/span><span style=\"font-weight: 400;\"> displays detailed package metadata and descriptions, <\/span><span style=\"font-weight: 400;\">-ql<\/span><span style=\"font-weight: 400;\"> lists every individual file installed by a package, and <\/span><span style=\"font-weight: 400;\">-qf<\/span><span style=\"font-weight: 400;\"> identifies which package owns a specific file path. Mastering these query options is essential for conducting software audits and maintaining package compliance across enterprise environments.<\/span><\/p>\n<h3><b>Question 96<\/b><\/h3>\n<p><b>Which shell builtin command displays the history of previously executed commands?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">log<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">trace<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">history<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">record<\/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;\">history<\/span><span style=\"font-weight: 400;\"> command outputs the sequential list of commands previously executed within the current user shell session, allowing administrators to review past actions or re-execute complex commands efficiently. Shells store these historical entries in memory and typically write them to a hidden configuration file like <\/span><span style=\"font-weight: 400;\">.bash_history<\/span><span style=\"font-weight: 400;\"> in the user home directory upon logout. Administrators can recall previous commands using exclamation point shortcuts or search through history interactively using key combinations. Utilizing the <\/span><span style=\"font-weight: 400;\">history<\/span><span style=\"font-weight: 400;\"> utility saves time, reduces repetitive typing errors, and helps document troubleshooting steps during intricate system administration and configuration sessions.<\/span><\/p>\n<h3><b>Question 97<\/b><\/h3>\n<p><b>Which network command is used to test basic IP reachability to a remote host using ICMP echoes?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ssh<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">ping<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">traceroute<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">netstat<\/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;\">ping<\/span><span style=\"font-weight: 400;\"> utility uses Internet Control Message Protocol echo requests to test network connectivity and measure round-trip latency between a local machine and a remote target host. It is the fundamental diagnostic tool for verifying whether network interfaces, routers, and remote servers are reachable across local subnets or wide-area networks. While <\/span><span style=\"font-weight: 400;\">ssh<\/span><span style=\"font-weight: 400;\"> establishes secure remote shell sessions, <\/span><span style=\"font-weight: 400;\">traceroute<\/span><span style=\"font-weight: 400;\"> maps the specific packet path hops across intermediate routers, and <\/span><span style=\"font-weight: 400;\">netstat<\/span><span style=\"font-weight: 400;\"> inspects active socket connections. Knowing how to interpret <\/span><span style=\"font-weight: 400;\">ping<\/span><span style=\"font-weight: 400;\"> responses is an indispensable initial skill for diagnosing network connectivity failures and communication bottlenecks.<\/span><\/p>\n<h3><b>Question 98<\/b><\/h3>\n<p><b>Which directory contains system-wide configuration files in the Linux filesystem hierarchy?<\/b><\/p>\n<ol>\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;\">\/home<\/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;\">\/etc<\/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 <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> directory is the designated location within the Linux Filesystem Hierarchy Standard that holds all system-wide configuration files, startup scripts, and local administrative settings. Files stored here are typically plain text documents\u2014such as <\/span><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">\/etc\/fstab<\/span><span style=\"font-weight: 400;\">, and <\/span><span style=\"font-weight: 400;\">\/etc\/resolv.conf<\/span><span style=\"font-weight: 400;\">\u2014that administrators modify to tune system behavior, manage user accounts, and configure network parameters. In contrast, <\/span><span style=\"font-weight: 400;\">\/var<\/span><span style=\"font-weight: 400;\"> stores variable data like logs, <\/span><span style=\"font-weight: 400;\">\/home<\/span><span style=\"font-weight: 400;\"> houses user personal files, and <\/span><span style=\"font-weight: 400;\">\/tmp<\/span><span style=\"font-weight: 400;\"> stores ephemeral temporary files. Proper understanding and protection of <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> are critical for maintaining system integrity, enforcing security policies, and managing enterprise Linux infrastructure effectively.<\/span><\/p>\n<h3><b>Question 99<\/b><\/h3>\n<p><b>Which command changes the primary group ownership of a file or directory?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">chgrp<\/span><\/li>\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<\/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;\">chgrp<\/span><span style=\"font-weight: 400;\"> command, which stands for change group, is utilized to alter the owning group association of a specified file or directory in Linux without modifying the user owner. This allows administrators to adjust collaborative access permissions efficiently across shared team environments. While <\/span><span style=\"font-weight: 400;\">chmod<\/span><span style=\"font-weight: 400;\"> modifies access permission bits like read, write, and execute, <\/span><span style=\"font-weight: 400;\">chown<\/span><span style=\"font-weight: 400;\"> updates both user and group ownership simultaneously, and <\/span><span style=\"font-weight: 400;\">chgrp<\/span><span style=\"font-weight: 400;\"> specifically targets group parameters. Proper utilization of <\/span><span style=\"font-weight: 400;\">chgrp<\/span><span style=\"font-weight: 400;\"> ensures adherence to the principle of least privilege, safeguarding sensitive organizational data and maintaining robust security controls across multi-user enterprise servers.<\/span><\/p>\n<h3><b>Question 100<\/b><\/h3>\n<p><b>What is the primary function of the <\/b><b>udev<\/b><b> daemon in modern Linux distributions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scheduling cron jobs and automated tasks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managing DNS resolution and network domain mapping<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Dynamically managing device nodes in the \/dev directory<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Compiling source code packages into executable binaries<\/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;\">udev<\/span><span style=\"font-weight: 400;\"> daemon is the device manager for the Linux 2.6 kernel series and modern distributions, responsible for dynamically managing device nodes in the <\/span><span style=\"font-weight: 400;\">\/dev<\/span><span style=\"font-weight: 400;\"> directory as hardware devices are added or removed. Whenever a peripheral like a USB drive or graphics card is plugged in, <\/span><span style=\"font-weight: 400;\">udev<\/span><span style=\"font-weight: 400;\"> inspects kernel events, loads appropriate driver modules, and creates corresponding device file entries dynamically. This eliminates the need for static device node allocations. While <\/span><span style=\"font-weight: 400;\">cron<\/span><span style=\"font-weight: 400;\"> manages time-based jobs and DNS handles domain resolution, <\/span><span style=\"font-weight: 400;\">udev<\/span><span style=\"font-weight: 400;\"> ensures seamless, plug-and-play hardware integration and consistent device naming across the operating system environment.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full LPI 010-160 Exam Dumps and Practice Test Dumps. &nbsp; Question 81 Which command-line tool is used to manage package installations on openSUSE and SUSE Linux Enterprise? apt-get zypper dnf pacman Correct Answer: 2 Explanation The zypper command is the primary command-line package management tool utilized in openSUSE and SUSE Linux Enterprise distributions. It [&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\/12373"}],"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=12373"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12373\/revisions"}],"predecessor-version":[{"id":12404,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12373\/revisions\/12404"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}