{"id":23070,"date":"2026-09-26T11:29:23","date_gmt":"2026-09-26T11:29:23","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=23070"},"modified":"2026-09-26T11:29:23","modified_gmt":"2026-09-26T11:29:23","slug":"lpi-202-450-practice-test-questions-and-exam-dumps-part-16-q301-320","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/lpi-202-450-practice-test-questions-and-exam-dumps-part-16-q301-320\/","title":{"rendered":"LPI 202-450 Practice Test Questions and Exam Dumps Part 16 Q301-320"},"content":{"rendered":"<h1><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/202-450-exam-dumps\"><b>LPI 202-450\u00a0 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h1>\n<p>&nbsp;<\/p>\n<p><b>Question 301. Which BIND directive determines whether a server performs recursive queries?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">recursion<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">recursive-query<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">enable-recursion<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">recursive-mode<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>recursion<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The BIND <\/span><span style=\"font-weight: 400;\">recursion<\/span><span style=\"font-weight: 400;\"> option controls whether the DNS server performs recursive queries. When enabled, the server can resolve names by querying other DNS servers when the requested information is not already available locally. This setting is commonly used together with <\/span><span style=\"font-weight: 400;\">allow-recursion<\/span><span style=\"font-weight: 400;\">, which controls which clients are permitted to use recursive service. An authoritative-only server may disable recursion to reduce unnecessary exposure. Administrators should distinguish between enabling recursion and controlling recursive clients: <\/span><span style=\"font-weight: 400;\">recursion<\/span><span style=\"font-weight: 400;\"> determines whether the capability exists, while <\/span><span style=\"font-weight: 400;\">allow-recursion<\/span><span style=\"font-weight: 400;\"> controls access to it.<\/span><\/p>\n<p><b>Question 302. Which Apache module provides support for SSL\/TLS connections such as HTTPS?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">mod_http<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">mod_secure<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">mod_ssl<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">mod_tls<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>mod_ssl<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Apache <\/span><span style=\"font-weight: 400;\">mod_ssl<\/span><span style=\"font-weight: 400;\"> module provides SSL\/TLS support for Apache HTTP Server and is commonly used to configure HTTPS virtual hosts. It enables Apache to establish encrypted connections and can be configured with certificates, private keys, protocol settings, and related TLS parameters. Simply enabling <\/span><span style=\"font-weight: 400;\">mod_ssl<\/span><span style=\"font-weight: 400;\"> is not sufficient by itself; the appropriate virtual-host configuration and certificate files must also be correctly configured. Modules such as <\/span><span style=\"font-weight: 400;\">mod_rewrite<\/span><span style=\"font-weight: 400;\"> serve different purposes, including URL rewriting. Administrators should verify both module availability and the TLS virtual-host configuration when troubleshooting HTTPS services.<\/span><\/p>\n<p><b>Question 303. Which NFS configuration option prevents the root user on an NFS client from being treated as root on the exported file system?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">no_root<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">root_squash<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">secure_root<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">map_root<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. <\/b><b>root_squash<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The NFS <\/span><span style=\"font-weight: 400;\">root_squash<\/span><span style=\"font-weight: 400;\"> option maps requests from the root user on an NFS client to an anonymous identity on the server. This prevents a client-side root account from automatically having root-level privileges on the exported file system. It is an important security feature for many NFS exports. The opposite behavior can be enabled with <\/span><span style=\"font-weight: 400;\">no_root_squash<\/span><span style=\"font-weight: 400;\">, although that should be used carefully. NFS permissions involve both export options and underlying Unix ownership and mode bits, so administrators should evaluate all layers when securing shared file systems.<\/span><\/p>\n<p><b>Question 304. Which Samba parameter specifies the directory that is shared through a particular share definition?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">directory<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">share_path<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">path<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">sharedir<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>path<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Samba <\/span><span style=\"font-weight: 400;\">path<\/span><span style=\"font-weight: 400;\"> parameter specifies the local file-system directory associated with a share. For example, a share definition might contain <\/span><span style=\"font-weight: 400;\">path = \/srv\/shared<\/span><span style=\"font-weight: 400;\">. Samba then exposes that directory through the configured SMB share name. Other parameters control access, visibility, and write behavior, such as <\/span><span style=\"font-weight: 400;\">valid users<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">browseable<\/span><span style=\"font-weight: 400;\">, and <\/span><span style=\"font-weight: 400;\">read only<\/span><span style=\"font-weight: 400;\">. The directory specified by <\/span><span style=\"font-weight: 400;\">path<\/span><span style=\"font-weight: 400;\"> must also have appropriate underlying Unix permissions and ownership. Therefore, configuring the Samba share correctly does not automatically grant access if the operating system&#8217;s file permissions prevent the authenticated user from reading or writing the directory.<\/span><\/p>\n<p><b>Question 305. Which DNS record type is normally used to specify the primary authoritative name server and administrative contact for a zone?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">SOA<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">NS<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">MX<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">SRV<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>SOA<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The SOA, or Start of Authority, record contains administrative information for a DNS zone. Its fields include the primary name server, the responsible party&#8217;s mailbox in DNS notation, the zone serial number, and several timing values such as refresh, retry, and expire. Every authoritative DNS zone has an SOA record. NS records identify authoritative name servers, but the SOA contains the primary server and zone-management information. Correct SOA configuration is important for secondary-server synchronization and DNS administration because the serial and timing fields influence how zone transfers and refresh operations are handled.<\/span><\/p>\n<p><b>Question 306. Which DHCP message is normally broadcast by a client at the beginning of the DHCP address-discovery process?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">DHCPACK<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">DHCPREQUEST<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">DHCPOFFER<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">DHCPDISCOVER<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. <\/b><b>DHCPDISCOVER<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">DHCPDISCOVER is normally the first message sent by a DHCP client seeking network configuration. Because the client may not yet have an IP address or know the location of a DHCP server, the message is typically broadcast on the local network. DHCP servers can respond with DHCPOFFER messages containing proposed configuration. The client then selects an offer using DHCPREQUEST, and the server generally completes the process with DHCPACK. Understanding this sequence is useful when troubleshooting DHCP because packet captures can reveal whether the client is discovering servers and whether servers are responding with valid offers.<\/span><\/p>\n<p><b>Question 307. Which Postfix parameter controls the domain appended to locally submitted mail when appropriate?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">myorigin<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">mydomain<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">origin_domain<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">local_domain<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>myorigin<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Postfix <\/span><span style=\"font-weight: 400;\">myorigin<\/span><span style=\"font-weight: 400;\"> parameter specifies the domain that locally posted mail appears to come from when a domain is not otherwise specified. It can influence the domain appended to local addresses and is commonly derived from other Postfix parameters by default. <\/span><span style=\"font-weight: 400;\">mydestination<\/span><span style=\"font-weight: 400;\"> has a different purpose: it identifies destinations for which Postfix performs local delivery. <\/span><span style=\"font-weight: 400;\">mydomain<\/span><span style=\"font-weight: 400;\"> can provide a domain value used by other configuration defaults. Understanding these related parameters helps administrators correctly configure local mail identity and distinguish sender-domain behavior from local delivery destinations.<\/span><\/p>\n<p><b>Question 308. Which Dovecot protocol commonly allows users to download messages from a mailbox and optionally remove them from the server?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">LMTP<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">IMAP<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">SMTP<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">POP3<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4. <\/b><b>POP3<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">POP3 is a mail-access protocol designed primarily for retrieving messages from a remote mailbox. Depending on the client configuration, downloaded messages may be removed from the server after successful retrieval, although clients can also be configured to leave copies on the server. IMAP is more suitable for synchronized mailbox access across multiple devices because it maintains folders, flags, and message state on the server. SMTP is used for message transfer or submission, while LMTP is commonly used for local mail delivery. Dovecot can provide both POP3 and IMAP services to mail clients.<\/span><\/p>\n<p><b>Question 309. Which SSH client option enables verbose diagnostic output useful for troubleshooting connection problems?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">-v<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">-d<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">-x<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">-V<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>-v<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The OpenSSH <\/span><span style=\"font-weight: 400;\">-v<\/span><span style=\"font-weight: 400;\"> option enables verbose diagnostic output from the SSH client. Increasing verbosity with <\/span><span style=\"font-weight: 400;\">-vv<\/span><span style=\"font-weight: 400;\"> or <\/span><span style=\"font-weight: 400;\">-vvv<\/span><span style=\"font-weight: 400;\"> provides progressively more detailed information about connection establishment, key exchange, authentication, and other stages. This is particularly useful when an SSH connection fails and the administrator needs to determine where the process stops. The <\/span><span style=\"font-weight: 400;\">-V<\/span><span style=\"font-weight: 400;\"> option reports the SSH client version, while other options have unrelated purposes. Verbose logs should be reviewed carefully because they can reveal configuration details, but they are among the most useful first-line diagnostics for SSH connection problems.<\/span><\/p>\n<p><b>Question 310. Which SELinux command displays whether the system is currently enforcing SELinux policy?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">getenforce<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">getselinux<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">selinuxmode<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">policy-status<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>getenforce<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">getenforce<\/span><span style=\"font-weight: 400;\"> command displays the current SELinux enforcement mode. Typical results are <\/span><span style=\"font-weight: 400;\">Enforcing<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">Permissive<\/span><span style=\"font-weight: 400;\">, or <\/span><span style=\"font-weight: 400;\">Disabled<\/span><span style=\"font-weight: 400;\">. Enforcing mode actively applies policy decisions, while permissive mode logs violations without enforcing the corresponding access denials. The command is useful for quickly determining whether SELinux is active and enforcing policy during troubleshooting. <\/span><span style=\"font-weight: 400;\">sestatus<\/span><span style=\"font-weight: 400;\"> provides more detailed information, including policy and configuration data. Administrators should distinguish the current runtime mode from persistent SELinux configuration, because a temporary change made with <\/span><span style=\"font-weight: 400;\">setenforce<\/span><span style=\"font-weight: 400;\"> does not necessarily change the mode that will be used after reboot.<\/span><\/p>\n<p><b>Question 311. Which nftables statement represents a rule that rejects traffic rather than silently dropping it?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">accept<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">drop<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">reject<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">deny<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>reject<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The nftables <\/span><span style=\"font-weight: 400;\">reject<\/span><span style=\"font-weight: 400;\"> verdict actively rejects matching traffic, typically generating an appropriate response to the sender depending on the protocol and rule configuration. By contrast, <\/span><span style=\"font-weight: 400;\">drop<\/span><span style=\"font-weight: 400;\"> discards matching packets without providing a rejection response. <\/span><span style=\"font-weight: 400;\">accept<\/span><span style=\"font-weight: 400;\"> permits the packet to continue through the relevant processing path. <\/span><span style=\"font-weight: 400;\">deny<\/span><span style=\"font-weight: 400;\"> is not the standard nftables verdict used for packet rejection. Choosing between <\/span><span style=\"font-weight: 400;\">reject<\/span><span style=\"font-weight: 400;\"> and <\/span><span style=\"font-weight: 400;\">drop<\/span><span style=\"font-weight: 400;\"> depends on the firewall&#8217;s intended behavior, visibility, and security requirements. Administrators should also consider how rejection behavior affects clients and troubleshooting.<\/span><\/p>\n<p><b>Question 312. Which DNS record maps a domain name directly to an IPv4 address?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">PTR<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">AAAA<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">A<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">CNAME<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>A<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An A record maps a hostname or domain name to an IPv4 address. For example, an A record can associate <\/span><span style=\"font-weight: 400;\">www.example.com<\/span><span style=\"font-weight: 400;\"> with an IPv4 address such as <\/span><span style=\"font-weight: 400;\">192.0.2.10<\/span><span style=\"font-weight: 400;\">. AAAA records perform the equivalent function for IPv6 addresses. PTR records are used for reverse DNS, while CNAME records create aliases to other hostnames. Administrators can inspect A records with commands such as <\/span><span style=\"font-weight: 400;\">dig A example.com<\/span><span style=\"font-weight: 400;\"> or simply <\/span><span style=\"font-weight: 400;\">dig example.com<\/span><span style=\"font-weight: 400;\">. Correct A-record configuration is fundamental to making IPv4-based web, mail, and other network services reachable by hostname.<\/span><\/p>\n<p><b>Question 313. Which Apache directive can define an additional hostname that should be handled by an existing virtual host?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">ServerAlias<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">HostAlias<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">VirtualAlias<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">AliasHost<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>ServerAlias<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Apache <\/span><span style=\"font-weight: 400;\">ServerAlias<\/span><span style=\"font-weight: 400;\"> directive defines additional hostnames that should match an existing virtual host. For example, a virtual host with <\/span><span style=\"font-weight: 400;\">ServerName example.com<\/span><span style=\"font-weight: 400;\"> could use <\/span><span style=\"font-weight: 400;\">ServerAlias www.example.com<\/span><span style=\"font-weight: 400;\"> to serve both hostnames using the same configuration. <\/span><span style=\"font-weight: 400;\">ServerName<\/span><span style=\"font-weight: 400;\"> identifies the primary hostname, while <\/span><span style=\"font-weight: 400;\">Alias<\/span><span style=\"font-weight: 400;\"> is used for mapping URL paths to file-system locations rather than hostnames. Correct virtual-host configuration is important when a server hosts multiple domains or aliases. Administrators should ensure that DNS records also point the relevant hostnames to the Apache server.<\/span><\/p>\n<p><b>Question 314. Which NFS-related service traditionally provides RPC port mapping for services using dynamically assigned ports?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">nfsd<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">rpcbind<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">mountd<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">statd<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. <\/b><b>rpcbind<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">rpcbind<\/span><span style=\"font-weight: 400;\"> service maps RPC program numbers to network ports. Older NFS configurations and other RPC-based services rely on this mechanism because some services may use dynamically assigned ports. Clients can contact <\/span><span style=\"font-weight: 400;\">rpcbind<\/span><span style=\"font-weight: 400;\"> to discover the port associated with a particular RPC program. NFSv4 reduces reliance on separate RPC services compared with older NFS versions, but understanding <\/span><span style=\"font-weight: 400;\">rpcbind<\/span><span style=\"font-weight: 400;\"> remains important when administering or troubleshooting NFSv2\/v3 environments and other RPC applications. Firewall configurations must account for the relevant services and ports when supporting these protocols.<\/span><\/p>\n<p><b>Question 315. Which Postfix utility is used to create or update indexed database files such as those generated from alias maps?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">postmap<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">postaliaser<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">postdb<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">postindex<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>postmap<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Postfix <\/span><span style=\"font-weight: 400;\">postmap<\/span><span style=\"font-weight: 400;\"> utility creates or updates indexed database files from text-based mapping files. It is commonly used with lookup tables such as virtual aliases, transport maps, and other Postfix-supported databases. For example, after modifying a source mapping file, an administrator may run <\/span><span style=\"font-weight: 400;\">postmap<\/span><span style=\"font-weight: 400;\"> to generate the database that Postfix actually queries. <\/span><span style=\"font-weight: 400;\">postqueue<\/span><span style=\"font-weight: 400;\"> and <\/span><span style=\"font-weight: 400;\">postsuper<\/span><span style=\"font-weight: 400;\"> instead manage the mail queue. Correctly rebuilding map databases is important because Postfix may continue using an older database if the generated map is not updated after the source file changes.<\/span><\/p>\n<p><b>Question 316. Which PAM module is commonly used to enforce per-user resource limits such as maximum open files or processes?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">pam_env<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">pam_access<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">pam_limits<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">pam_resources<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>pam_limits<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">pam_limits<\/span><span style=\"font-weight: 400;\"> module applies user resource limits configured through files such as <\/span><span style=\"font-weight: 400;\">\/etc\/security\/limits.conf<\/span><span style=\"font-weight: 400;\"> and related configuration. These limits can include maximum processes, open files, memory-related resources, and other session constraints depending on the operating system. This mechanism is useful for preventing a single user or service from consuming excessive system resources. <\/span><span style=\"font-weight: 400;\">pam_access<\/span><span style=\"font-weight: 400;\"> controls access according to configured rules, while <\/span><span style=\"font-weight: 400;\">pam_env<\/span><span style=\"font-weight: 400;\"> manages environment variables. When troubleshooting unexpected resource restrictions, administrators should check both PAM configuration and the applicable limits for the affected user or group.<\/span><\/p>\n<p><b>Question 317. Which SSH configuration file is commonly used to define server-side OpenSSH daemon settings?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">\/etc\/ssh\/ssh_config<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">\/etc\/ssh\/sshd_config<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">\/etc\/sshd\/config<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">\/etc\/ssh\/server.conf<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. <\/b><b>\/etc\/ssh\/sshd_config<\/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 commonly contains server-side configuration for the OpenSSH daemon. Settings such as <\/span><span style=\"font-weight: 400;\">Port<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">PermitRootLogin<\/span><span style=\"font-weight: 400;\">, <\/span><span style=\"font-weight: 400;\">PasswordAuthentication<\/span><span style=\"font-weight: 400;\">, and <\/span><span style=\"font-weight: 400;\">PubkeyAuthentication<\/span><span style=\"font-weight: 400;\"> can be defined there. The <\/span><span style=\"font-weight: 400;\">\/etc\/ssh\/ssh_config<\/span><span style=\"font-weight: 400;\"> file is instead the system-wide configuration for SSH clients. After modifying <\/span><span style=\"font-weight: 400;\">sshd_config<\/span><span style=\"font-weight: 400;\">, administrators should validate the configuration and reload the SSH service so that changes are applied safely. Keeping a working administrative session open during configuration changes can also help prevent accidental loss of remote access if an error is introduced.<\/span><\/p>\n<p><b>Question 318. Which SELinux tool can be used to determine why an access denial was logged?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">ausearch<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">selinuxlog<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">auditcheck<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">sealertlog<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. <\/b><b>ausearch<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">ausearch<\/span><span style=\"font-weight: 400;\"> utility can search Linux audit logs for events, including SELinux access-denial records. Administrators can use it to locate AVC denial messages and investigate which process attempted an operation, which file or resource was targeted, and what SELinux context was involved. The <\/span><span style=\"font-weight: 400;\">auditd<\/span><span style=\"font-weight: 400;\"> subsystem records these events when auditing is enabled. Tools such as <\/span><span style=\"font-weight: 400;\">sealert<\/span><span style=\"font-weight: 400;\"> may also provide higher-level explanations on systems where they are installed. Reviewing audit information helps administrators distinguish genuine policy problems from Unix permission, ownership, application, or configuration issues.<\/span><\/p>\n<p><b>Question 319. Which DNS query type is commonly used to retrieve the SOA record for a zone?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">AUTH<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">ZONE<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">SOA<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">START<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. <\/b><b>SOA<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The DNS query type <\/span><span style=\"font-weight: 400;\">SOA<\/span><span style=\"font-weight: 400;\"> requests the Start of Authority record for a zone. Administrators commonly use commands such as <\/span><span style=\"font-weight: 400;\">dig SOA example.com<\/span><span style=\"font-weight: 400;\"> to inspect the zone&#8217;s primary name server, responsible-party field, serial number, and timing values. The SOA serial is particularly useful when troubleshooting zone transfers because secondary servers use it to determine whether their copy is current. DNS does not use generic query types such as <\/span><span style=\"font-weight: 400;\">AUTH<\/span><span style=\"font-weight: 400;\"> or <\/span><span style=\"font-weight: 400;\">ZONE<\/span><span style=\"font-weight: 400;\"> for this purpose. Regularly checking SOA information can help identify synchronization and delegation problems.<\/span><\/p>\n<p><b>Question 320. Which Linux command displays the neighbor table used for address-to-link-layer mappings?<\/b><\/p>\n<ol>\n<li><b><\/b> <span style=\"font-weight: 400;\">ip route<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">ip neigh<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">ip arp-table<\/span><\/li>\n<li><b><\/b> <span style=\"font-weight: 400;\">ip link-neighbor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. <\/b><b>ip neigh<\/b><\/p>\n<p><b>Explanation :-<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">ip neigh<\/span><span style=\"font-weight: 400;\"> command displays and manages the Linux neighbor table, which contains mappings between network-layer addresses and link-layer addresses. For IPv4, this information corresponds closely to traditional ARP functionality; IPv6 uses Neighbor Discovery. The table can show states such as reachable, stale, delayed, or failed. Administrators can use <\/span><span style=\"font-weight: 400;\">ip neigh<\/span><span style=\"font-weight: 400;\"> when troubleshooting local-network communication, duplicate addresses, or incomplete address resolution. <\/span><span style=\"font-weight: 400;\">ip route<\/span><span style=\"font-weight: 400;\"> instead displays routing information, while <\/span><span style=\"font-weight: 400;\">ip link<\/span><span style=\"font-weight: 400;\"> provides interface and link-state information.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full LPI 202-450\u00a0 Exam Dumps and Practice Test Dumps &nbsp; Question 301. Which BIND directive determines whether a server performs recursive queries? recursion recursive-query enable-recursion recursive-mode Correct Answer: 1. recursion Explanation :- The BIND recursion option controls whether the DNS server performs recursive queries. When enabled, the server can resolve names by querying other [&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\/23070"}],"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=23070"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/23070\/revisions"}],"predecessor-version":[{"id":23071,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/23070\/revisions\/23071"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=23070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=23070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=23070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}