{"id":12385,"date":"2026-09-15T08:28:12","date_gmt":"2026-09-15T08:28:12","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=12385"},"modified":"2026-09-15T08:28:12","modified_gmt":"2026-09-15T08:28:12","slug":"lpi-010-160-practice-test-questions-and-exam-dumps-part-17-q321-340","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/lpi-010-160-practice-test-questions-and-exam-dumps-part-17-q321-340\/","title":{"rendered":"LPI 010-160 Practice Test Questions and Exam Dumps Part 17 Q321-340"},"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 321<\/b><\/h3>\n<p><b>Which utility displays the traditional manual pages providing detailed command syntax and option descriptions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">info<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">help<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">man<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">doc<\/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 man command invokes the system manual reader, presenting detailed linear reference pages that document command-line syntax, available option flags, configuration file formats, and programming interfaces for installed system utilities. It is the primary reference tool relied upon by system administrators during daily tasks. While info provides hyperlinked GNU documentation nodes, help is a shell builtin command for basic shell operations, and doc is not a standard utility. Mastering the man command ensures that system administrators can look up command syntax, understand option arguments, and troubleshoot configuration parameters independently across enterprise Linux server environments without needing external network connectivity or documentation browsers.<\/span><\/p>\n<h3><b>Question 322<\/b><\/h3>\n<p><b>Which directory stores static system-wide configuration files on Linux operating systems?<\/b><\/p>\n<ol>\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;\">\/var<\/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<\/span><span style=\"font-weight: 400;\"> directory stands for et cetera and is the designated location in the Linux Filesystem Hierarchy Standard where static system-wide configuration files, network settings, security definitions, and application initialization files are securely stored. In contrast, <\/span><span style=\"font-weight: 400;\">\/var<\/span><span style=\"font-weight: 400;\"> holds variable runtime logs, <\/span><span style=\"font-weight: 400;\">\/tmp<\/span><span style=\"font-weight: 400;\"> stores temporary scratch files, and <\/span><span style=\"font-weight: 400;\">\/home<\/span><span style=\"font-weight: 400;\"> contains individual user directories. Proper understanding of the <\/span><span style=\"font-weight: 400;\">\/etc<\/span><span style=\"font-weight: 400;\"> directory structure is vital for system administrators modifying service configurations, tuning network parameters, and maintaining administrative control over enterprise Linux server environments and production cloud infrastructure deployments under standard operating procedures.<\/span><\/p>\n<h3><b>Question 323<\/b><\/h3>\n<p><b>Which command is used to change both the user owner and group owner of a file or directory?<\/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;\">chgrp<\/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: 2<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The chown command stands for change owner and is the standard utility used by system administrators to modify the user owner and optional group owner credentials of a file or directory within the Linux filesystem, updating metadata accordingly. While chmod modifies file permission access bits, chgrp exclusively alters group ownership, and umask sets default creation masks. Proper utilization of chown ensures adherence to the principle of least privilege, safeguarding sensitive organizational data and maintaining robust security controls across multi-user enterprise Linux server environments and collaborative file storage directories during routine administrative operations.<\/span><\/p>\n<h3><b>Question 324<\/b><\/h3>\n<p><b>Which command reports the total amount of free and used physical memory and swap space in Linux?<\/b><\/p>\n<ol>\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;\">top<\/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;\">free<\/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 free command reports the total amount of physical RAM and swap space allocated, used, and available in the Linux system, along with memory utilized by kernel buffer caches, presenting a clear snapshot of system memory utilization. While df reports disk partition storage capacity, top displays active CPU processes, and uptime reports run duration and load averages. Utilizing free regularly is an essential diagnostic habit for system administrators monitoring memory consumption, detecting potential out-of-memory bottlenecks, and ensuring smooth application performance across production enterprise Linux server environments and cloud instances under varying workloads.<\/span><\/p>\n<h3><b>Question 325<\/b><\/h3>\n<p><b>Which command displays a static snapshot of currently running processes on the system?<\/b><\/p>\n<ol>\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;\">uptime<\/span><\/li>\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;\">vmstat<\/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 ps command, which stands for process status, provides a static snapshot of currently running processes executing on the system, displaying process identifiers, terminal associations, CPU consumption, and command execution strings at the exact moment of execution. In contrast, top provides a dynamic real-time interactive view, uptime reports run duration and load averages, and vmstat reports virtual memory statistics. Mastering the ps command is an essential diagnostic skill for system administrators tracking down rogue tasks, investigating application states, and auditing active system processes across enterprise Linux server environments efficiently and safely.<\/span><\/p>\n<h3><b>Question 326<\/b><\/h3>\n<p><b>Which <\/b><b>tar<\/b><b> command option combination creates a new archive file with verbose output tracking?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tar -cvf<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tar -xvf<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tar -tvf<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">tar -zvf<\/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 tar command combined with the <\/span><span style=\"font-weight: 400;\">-cvf<\/span><span style=\"font-weight: 400;\"> option flags instructs the archiving utility to create a brand new archive file from specified source files and directories while enabling verbose tracking output to display processed filenames on the terminal screen. Conversely, <\/span><span style=\"font-weight: 400;\">-xvf<\/span><span style=\"font-weight: 400;\"> extracts archives with verbose output, <\/span><span style=\"font-weight: 400;\">-tvf<\/span><span style=\"font-weight: 400;\"> lists archive contents, and <\/span><span style=\"font-weight: 400;\">-zvf<\/span><span style=\"font-weight: 400;\"> handles gzip compression. Mastering archive creation commands ensures that system administrators can bundle project files securely, manage data migrations efficiently, and maintain robust backup routines across diverse production Linux server and cloud storage repositories under strict operational schedules.<\/span><\/p>\n<h3><b>Question 327<\/b><\/h3>\n<p><b>Which command opens the personal user crontab schedule file inside the default text editor?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">crontab -l<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">crontab -e<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">crontab -r<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">crontab -d<\/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 crontab command combined with the <\/span><span style=\"font-weight: 400;\">-e<\/span><span style=\"font-weight: 400;\"> option flag opens the personal user crontab schedule file inside the system default text editor, allowing administrators to add, modify, or remove recurring automated background tasks safely. Conversely, <\/span><span style=\"font-weight: 400;\">-l<\/span><span style=\"font-weight: 400;\"> lists scheduled jobs, and <\/span><span style=\"font-weight: 400;\">-r<\/span><span style=\"font-weight: 400;\"> removes the entire crontab file. Mastering crontab editing commands ensures that system administrators can configure automated maintenance scripts, regular backup routines, and log rotation tasks accurately without risking syntax errors or unintended schedule deletions across production enterprise Linux server environments and complex cloud infrastructure deployments.<\/span><\/p>\n<h3><b>Question 328<\/b><\/h3>\n<p><b>Which modern iproute2 command displays internet protocol addresses and link states for all interfaces?<\/b><\/p>\n<ol>\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;\">netstat<\/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;\">ip addr<\/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 ip addr command is a core utility within the modern iproute2 suite used to display internet protocol addresses, hardware link states, and network configuration parameters for all interfaces on Linux systems, replacing legacy tools like ifconfig efficiently. While route manages routing tables, netstat inspects socket connections, and traceroute maps network packet hops, ip addr remains the definitive administrative tool for verifying IP assignments, checking interface connectivity, and diagnosing local network configuration issues across enterprise Linux server infrastructures and cloud deployment environments under daily operational workloads and network management tasks.<\/span><\/p>\n<h3><b>Question 329<\/b><\/h3>\n<p><b>Which command modifies file permission access bits for a specified file or directory?<\/b><\/p>\n<ol>\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;\">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;\">umask<\/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 chmod command stands for change mode and is the standard utility used in Linux to modify the read, write, and execute permission access bits assigned to the owner, group, and others for a specific file or directory. While chown modifies file ownership credentials, chgrp alters group associations, and umask sets default creation masks. Mastering the chmod command is a vital administrative skill for enforcing robust security boundaries, preventing unauthorized file tampering, and maintaining compliance across enterprise multi-user Linux server environments and shared storage volumes during routine application deployments.<\/span><\/p>\n<h3><b>Question 330<\/b><\/h3>\n<p><b>Which command displays disk space usage statistics and storage capacity for all mounted filesystems?<\/b><\/p>\n<ol>\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;\">du<\/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 df command, which stands for disk free, is a foundational utility used in Linux to display comprehensive storage capacity statistics, available block counts, and usage percentages for all currently mounted filesystems across the operating system, providing an immediate overview of partition saturation levels. In contrast, du estimates individual directory and file sizes, free tracks active system memory utilization, and top displays real-time CPU process activity. Mastering the df command is essential for preventing storage exhaustion emergencies, planning capacity upgrades, and maintaining reliable data storage management across production enterprise Linux server environments and cloud infrastructure deployments.<\/span><\/p>\n<h3><b>Question 331<\/b><\/h3>\n<p><b>Which command-line utility scans files for lines matching regular expression patterns and prints matches?<\/b><\/p>\n<ol>\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;\">awk<\/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 grep utility is a powerful text search tool designed to examine plain-text input files or streams for lines matching specific regular expression patterns and print the matching lines to standard output, making it indispensable for log analysis and configuration file auditing. While sed handles stream text editing, awk specializes in data extraction and reporting, and cut extracts specific columns. Mastering grep remains the definitive tool for lightning-fast pattern searching across files, making it essential for daily Linux systems administration, security audits, and troubleshooting tasks across enterprise server environments and software development pipelines.<\/span><\/p>\n<h3><b>Question 332<\/b><\/h3>\n<p><b>Which systemctl subcommand restarts a service daemon if running, or starts it if stopped?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">start<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">stop<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">restart<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">try-restart<\/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 systemctl try-restart command instructs the systemd manager to restart a specified service daemon only if it is already actively running, leaving stopped services untouched, which prevents accidental startup of dormant daemons during maintenance routines. While restart forces a restart regardless of state, start initiates daemons, and stop terminates execution. Mastering try-restart commands enables system administrators to apply configuration updates safely across running application suites without inadvertently launching maintenance services during scheduled administrative operations in enterprise Linux server environments and production cloud deployments.<\/span><\/p>\n<h3><b>Question 333<\/b><\/h3>\n<p><b>Which file securely stores encrypted user account password hashes and expiration aging parameters?<\/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\/group<\/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\/fstab<\/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;\">\/etc\/shadow<\/span><span style=\"font-weight: 400;\"> file is a critical system configuration file that stores secure, encrypted password hashes and account expiration aging parameters for every user on the system, restricted and readable only by the privileged root user. In contrast, <\/span><span style=\"font-weight: 400;\">\/etc\/passwd<\/span><span style=\"font-weight: 400;\"> holds public user account metadata, <\/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;\"> handles disk mount points. Proper protection and backup of the <\/span><span style=\"font-weight: 400;\">\/etc\/shadow<\/span><span style=\"font-weight: 400;\"> file are vital administrative responsibilities for maintaining system security, preventing unauthorized password cracking attempts, and safeguarding enterprise Linux server environments against malicious security breaches during routine operational security audits.<\/span><\/p>\n<h3><b>Question 334<\/b><\/h3>\n<p><b>Which command lists directory contents, filenames, and folder structures in Linux?<\/b><\/p>\n<ol>\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;\">cd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">pwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">mkdir<\/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 ls command is the fundamental utility used in Linux to list directory contents, displaying filenames, file sizes, permission bits, modification timestamps, and hidden files when combined with appropriate option flags. While cd changes working directories, pwd prints absolute pathnames, and mkdir creates new folders. Mastering the ls command is an essential everyday habit for system administrators navigating filesystem hierarchies, auditing file metadata, verifying file creation results, and inspecting directory structures across enterprise Linux server environments and local workstation terminals during daily administrative tasks.<\/span><\/p>\n<h3><b>Question 335<\/b><\/h3>\n<p><b>Which command prints the absolute pathname of the current working directory to standard output?<\/b><\/p>\n<ol>\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;\">pwd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">cd<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">dir<\/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 pwd command, which stands for print working directory, outputs the absolute pathname of the current working directory to standard output, allowing users to instantly verify their exact location within the hierarchical filesystem. The cd command is utilized to change directories, ls lists directory contents, and dir provides a similar listing function historically ported from other operating systems. Utilizing pwd is an essential habit when navigating complex directory structures to ensure subsequent file manipulation commands target intended locations without risking accidental modifications in unintended system directories during administrative tasks.<\/span><\/p>\n<h3><b>Question 336<\/b><\/h3>\n<p><b>Which command provides a quick summary of system uptime, logged-in user counts, and load averages?<\/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;\">w<\/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;\">uptime<\/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 uptime command provides a quick, concise report showing how long the system has been running, the number of currently logged-in users, and system load averages over one, five, and fifteen-minute intervals. While who and w display detailed user session information and top provides a continuous real-time process list, uptime offers a rapid system health overview. Monitoring uptime metrics is an essential habit for system administrators detecting performance slowdowns, evaluating server load conditions, and ensuring operational stability across enterprise Linux server environments and production cloud infrastructure deployments under varying computational workloads.<\/span><\/p>\n<h3><b>Question 337<\/b><\/h3>\n<p><b>Which utility compresses single files using the Lempel-Ziv coding algorithm, replacing them with <\/b><b>.gz<\/b><b> archives?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">bzip2<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">xz<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">gzip<\/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: 3<\/b><\/p>\n<p><b>Explanation<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The gzip utility is a standard compression tool used in Linux to reduce the file size of single files using Lempel-Ziv coding, replacing original files with compressed <\/span><span style=\"font-weight: 400;\">.gz<\/span><span style=\"font-weight: 400;\"> archives automatically while maintaining file metadata. While bzip2 provides alternative compression, xz achieves higher lzma ratios, and tar bundles files. Knowing how to utilize gzip is an essential skill for system administrators managing software source code distributions, log files, and backup archives efficiently across enterprise Linux server and cloud infrastructure environments, ensuring quick access to compressed administrative documentation and deployment packages.<\/span><\/p>\n<h3><b>Question 338<\/b><\/h3>\n<p><b>Which command sends termination signals to running processes based on process identifiers?<\/b><\/p>\n<ol>\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;\">nice<\/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 kill command is a standard utility used in Linux to send process termination signals\u2014such as SIGTERM or SIGKILL\u2014to running background tasks or daemons based on their numeric process identifiers, enabling controlled or forced cessation of execution. While top displays active processes, nice adjusts scheduling priorities, and ps reports process status. Mastering the kill command is an essential administrative skill for managing system resources, stopping unresponsive applications, recovering consumed memory, and maintaining optimal operational stability across production enterprise Linux server environments and cloud instances.<\/span><\/p>\n<h3><b>Question 339<\/b><\/h3>\n<p><b>Which command displays the chronological list of previously executed commands in the current shell session?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">list<\/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;\">past<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">log<\/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 history command outputs the chronological list of previously executed commands stored in the shell memory buffer or history file, allowing users to review past actions, locate complex syntax, and repeat previous tasks efficiently. In contrast, list, past, and log are not standard shell history utilities. Mastering the history command significantly accelerates command-line productivity, enabling system administrators to audit past administrative actions, reuse complex piped commands, and streamline daily troubleshooting workflows across Linux enterprise server environments and cloud management sessions.<\/span><\/p>\n<h3><b>Question 340<\/b><\/h3>\n<p><b>Which utility tests network connectivity and measures round-trip latency using ICMP echo request packets?<\/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;\">netstat<\/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;\">ping<\/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 ping 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 across local subnets or wide-area networks. It is the fundamental diagnostic tool for verifying whether network interfaces, routers, and remote servers are reachable. While ssh establishes secure remote shell sessions, netstat inspects network connections, and traceroute maps network packet paths. Knowing how to interpret ping responses is an indispensable initial skill for diagnosing network connectivity failures, checking routing paths, and troubleshooting communication bottlenecks across enterprise infrastructure environments.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full LPI 010-160 Exam Dumps and Practice Test Dumps. &nbsp; Question 321 Which utility displays the traditional manual pages providing detailed command syntax and option descriptions? info help man doc Correct Answer: 3 Explanation The man command invokes the system manual reader, presenting detailed linear reference pages that document command-line syntax, available option flags, [&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\/12385"}],"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=12385"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12385\/revisions"}],"predecessor-version":[{"id":12392,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/12385\/revisions\/12392"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=12385"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=12385"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=12385"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}