Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Network Client Management practice sets

LPIC-2 Network Client Management • Complete Question Bank

LPIC-2 Network Client Management — All Questions With Answers

Complete LPIC-2 Network Client Management question bank — all 0 questions with answers and detailed explanations.

81
Questions
Free
No signup
Certifications/LPIC-2/Practice Test/Network Client Management/All Questions
Question 1easymultiple choice
Read the full DNS explanation →

A system administrator needs to configure a Linux client to use a specific DNS server for a particular domain. Which file should be modified to achieve this?

Question 2mediummultiple choice
Read the full DNS explanation →

A Linux client is unable to resolve hostnames for external domains but can ping internal hosts by IP. The /etc/resolv.conf file is correctly configured with a valid DNS server. What is the most likely cause?

Question 3hardmultiple choice
Read the full DHCP explanation →

An administrator needs to configure a Linux client to automatically obtain an IP address from a DHCP server but also ensure that the client uses a specific static DNS server (8.8.8.8) regardless of the DHCP-provided DNS. Which configuration should be applied?

Question 4mediummultiple choice
Read the full DNS explanation →

A Linux client is experiencing slow name resolution. The /etc/nsswitch.conf file has the line 'hosts: files dns'. The /etc/hosts file contains many entries. What is the most effective way to improve resolution speed?

Question 5easymultiple choice
Read the full Network Client Management explanation →

Which file is used by the NetworkManager daemon to store connection profiles on a Linux system?

Question 6hardmultiple choice
Review the full routing breakdown →

A Linux client is configured with two network interfaces: eth0 (connected to the internet) and eth1 (connected to a private LAN). The default route is set to eth0. The client can access the internet but cannot access hosts on the private LAN. What is the most likely cause?

Question 7mediummultiple choice
Read the full DHCP explanation →

An administrator wants to ensure that a Linux client sends all DNS queries to a specific DNS server without relying on DHCP-provided DNS servers. Which configuration files should be modified?

Question 8mediummulti select
Read the full DNS explanation →

Which TWO commands can be used to display the current DNS resolver configuration on a Linux system? (Select TWO.)

Question 9hardmulti select
Read the full DHCP explanation →

Which THREE conditions can cause a Linux DHCP client to fail to obtain an IP address? (Select THREE.)

Question 10easymulti select
Read the full DNS explanation →

Which TWO configuration files are commonly used to specify DNS resolver settings on a Linux system? (Select TWO.)

Question 11hardmultiple choice
Read the full DHCP explanation →

Refer to the exhibit. The output shows a DHCP exchange between a client (MAC 00:1a:2b:3c:4d:5e) and a server (192.168.1.1). The client is not obtaining an IP address. What is the most likely reason?

Exhibit

Refer to the exhibit.

Output of `tcpdump -i eth0 port 67 or port 68`:

```
13:10:05.123456 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:1a:2b:3c:4d:5e, length 300
13:10:05.123789 IP 192.168.1.1.67 > 255.255.255.255.68: BOOTP/DHCP, Reply, length 300
```
Question 12easymultiple choice
Read the full Network Client Management explanation →

Refer to the exhibit. A user on the client tries to ping 'server1' and gets an unknown host error. What is the most likely cause?

Exhibit

Refer to the exhibit.

Contents of /etc/resolv.conf:

```
nameserver 192.168.1.1
search example.com
```
Question 13hardmultiple choice
Read the full DHCP explanation →

A company has a Linux client running Ubuntu 20.04 that is used by multiple developers. The client has two network interfaces: eth0 (connected to the corporate network with DHCP) and eth1 (connected to a test lab with static IP 192.168.100.10/24). The client needs to access both the internet (via eth0) and the lab network (192.168.100.0/24). The default gateway is 10.0.0.1 on eth0. The lab network has a server at 192.168.100.50 that provides DHCP for the lab devices, but the client's eth1 is statically configured. Recently, the client cannot reach the lab server at 192.168.100.50. The administrator checks the routing table and sees:

Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface

0.0.0.0         10.0.0.1        0.0.0.0         UG    100    0        0 eth0
10.0.0.0        0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.100.0   0.0.0.0         255.255.255.0   U     100    0        0 eth1

The administrator can ping 192.168.100.50 from the client. However, the lab server cannot ping the client. What is the most likely cause?

Question 14mediummultiple choice
Read the full DHCP explanation →

A system administrator notices that a Linux client is unable to resolve hostnames after connecting to a new network. The client uses DHCP and the /etc/resolv.conf file contains only the loopback address 127.0.0.1. Which of the following is the most likely cause?

Question 15hardmultiple choice
Read the full Network Client Management explanation →

A Linux workstation must be configured to automatically mount an NFS share from server nfs.example.com:/exports/data at boot time. The share should be mounted with noexec and nosuid options. Which line should be added to /etc/fstab?

Question 16easymulti select
Read the full Network Client Management explanation →

Which TWO commands can be used to display the current IP address and netmask of network interfaces on a Linux system?

Question 17mediummultiple choice
Read the full DHCP explanation →

You are troubleshooting a Linux client that is unable to connect to the internet. The client is configured to use DHCP on interface eth0. The output of 'ip addr show eth0' shows that the interface has an IP address 192.168.1.100/24, but there is no default gateway. The output of 'ip route show' shows only the local subnet route. The DHCP server is at 192.168.1.1 and is functioning correctly. You have verified that the DHCP client (dhclient) is running, and the lease file /var/lib/dhclient/dhclient-eth0.leases exists and contains option routers 192.168.1.1. Which of the following commands should you run to resolve the issue?

Question 18mediummulti select
Read the full Network Client Management explanation →

Which TWO tools can be used to configure network interfaces on a Linux system?

Question 19hardmultiple choice
Read the full DNS explanation →

Based on the exhibit, which command would change the DNS server to 1.1.1.1 for the connection MyConnection?

Exhibit

Refer to the exhibit.

```
# nmcli device show eth0
GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         00:1A:2B:3C:4D:5E
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     MyConnection
WIRED-PROPERTIES.CARRIER:               on
IP4.ADDRESS[1]:                         192.168.1.100/24
IP4.GATEWAY:                            192.168.1.1
IP4.DNS[1]:                             8.8.8.8
IP4.DNS[2]:                             8.8.4.4
```
Question 20easymultiple choice
Read the full DHCP explanation →

You are a system administrator at a small company. The network uses DHCP to assign IP addresses to clients. Recently, some users reported intermittent network connectivity issues. Upon investigation, you notice that the DHCP server is running on a Linux server with the ISC DHCP daemon. The server log shows many 'DHCPREQUEST' messages from a particular MAC address with frequent changes in requested IP addresses. Users with that MAC address are experiencing IP address conflicts and connectivity drops. What is the most likely cause and the best corrective action?

Question 21mediumdrag order
Read the full Network Client Management explanation →

Arrange the steps to perform a disaster recovery from a full system backup using tar.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 22mediummatching
Read the full Network Client Management explanation →

Match each NFS version to its feature.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Stateless protocol with 64-bit file handles

Stateful protocol with integrated locking and security

Adds parallel NFS (pNFS) for scalability

Adds server-side copy and sparse file support

Uses Remote Direct Memory Access for low latency

Question 23easymultiple choice
Read the full DHCP explanation →

A user reports they cannot obtain an IP address via DHCP. The DHCP server logs show no client activity, but the network cable is connected. Which configuration is most likely missing on the DHCP server?

Question 24mediummultiple choice
Read the full Network Client Management explanation →

An administrator configures LDAP authentication on a Linux client. After making changes to /etc/nsswitch.conf and /etc/pam.d/system-auth, users can log in but cannot execute commands like 'id username'. What is the most likely cause?

Question 25hardmultiple choice
Read the full Network Client Management explanation →

A Linux server exports a directory /data via NFS to a client. The client mounts it with 'mount -t nfs server:/data /mnt/data'. Write operations from the client fail with 'Permission denied' on some files. The server's /etc/exports contains: /data 192.168.1.0/24(rw,root_squash). What is the most likely issue?

Question 26mediummultiple choice
Read the full Network Client Management explanation →

A Samba share is configured with 'valid users = @staff' but users in the staff group still get 'NT_STATUS_ACCESS_DENIED' when accessing the share. The server uses 'security = user'. Which additional configuration is required?

Question 27easymultiple choice
Read the full Network Client Management explanation →

An administrator wants to restrict access to a service using PAM. Which file order determines the authentication flow for a service?

Question 28mediummultiple choice
Read the full Network Client Management explanation →

A company uses NIS for user authentication. A client cannot log in with network accounts but local accounts work. Which command should be used to check if the client is bound to the NIS domain?

Question 29hardmultiple choice
Read the full DHCP explanation →

A DHCP server is configured to serve multiple subnets but only clients on one subnet receive IP addresses. The server is connected to a router that does not forward DHCP broadcasts. What should be configured to support the other subnets?

Question 30easymultiple choice
Read the full Network Client Management explanation →

An administrator wants to automatically mount home directories from an NFS server when a user logs in. Which service should be configured?

Question 31mediummultiple choice
Read the full Network Client Management explanation →

To ensure LDAP communication is encrypted, an administrator configures LDAP over SSL (LDAPS) on port 636. Which configuration file on the client should be modified to specify the LDAP server with TLS?

Question 32mediummulti select
Read the full DHCP explanation →

Which TWO DHCP options are commonly used to provide network configuration to clients? (Choose two.)

Question 33hardmulti select
Read the full Network Client Management explanation →

Which THREE directives are essential for configuring an OpenLDAP client in /etc/ldap/ldap.conf? (Choose three.)

Question 34mediummulti select
Read the full Network Client Management explanation →

Which TWO Samba security modes are considered insecure and should be avoided? (Choose two.)

Question 35hardmultiple choice
Read the full DHCP explanation →

A client on the 192.168.2.0/24 network cannot obtain an IP address. Other clients on that subnet work fine. The DHCP server logs show no request from the client's MAC. What is the most likely cause?

Exhibit

Refer to the exhibit.

subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.10 192.168.1.100;
  option routers 192.168.1.1;
  option domain-name-servers 8.8.8.8;
}

subnet 192.168.2.0 netmask 255.255.255.0 {
  range 192.168.2.10 192.168.2.100;
  option routers 192.168.2.1;
  option domain-name-servers 8.8.4.4;
}
Question 36mediummultiple choice
Read the full Network Client Management explanation →

A user authenticates via LDAP successfully, but 'getent passwd' only shows local users. What is the problem?

Exhibit

Refer to the exhibit.

# /etc/nsswitch.conf
passwd: files ldap
shadow: files ldap
group: files ldap
hosts: files dns
Question 37easymultiple choice
Read the full Network Client Management explanation →

A client mounts the export with 'mount -t nfs server:/data /mnt/data' and root on the client can write files. Which option in /etc/exports allows root to retain its privileges?

Exhibit

Refer to the exhibit.

# cat /etc/exports
/data    192.168.1.0/24(rw,no_root_squash,async)
Question 38hardmultiple choice
Read the full Network Client Management explanation →

An administrator needs to mount an NFSv4 export from server:/exports/data onto /mnt/data on a client. The requirement is to use Kerberos security, a hard mount, and ensure that the NFS server does not squash root's privileges. Which line in /etc/fstab correctly implements these requirements?

Question 39mediummultiple choice
Read the full Network Client Management explanation →

A user reports that the command 'smbclient -L //fileserver' fails with a timeout. What is the most likely cause?

Question 40easymultiple choice
Read the full DNS explanation →

Which file on a Linux client determines the order in which different name resolution methods (e.g., hosts file, DNS, LDAP) are consulted?

Question 41mediummultiple choice
Read the full Network Client Management explanation →

A Linux client is configured to authenticate users against an LDAP server using PAM. Some users are unable to log in, while others succeed. The admin has verified that the LDAP server is reachable and that the user entries exist. Which of the following is the most likely cause?

Question 42hardmultiple choice
Read the full Network Client Management explanation →

An administrator notices that an NFS mount on a client becomes unresponsive when the NFS server goes offline. The admin wants the mount to return an error to the application after a short timeout instead of hanging indefinitely. Which mount option should be added to the fstab entry?

Question 43easymultiple choice
Read the full Network Client Management explanation →

Which command is used to list the NFS exports available from a specific server?

Question 44mediummultiple choice
Read the full DHCP explanation →

A laptop user frequently moves between different networks. The administrator wants the DNS configuration to update automatically when the laptop connects to a new network via DHCP. Which service or tool is most appropriate for this task?

Question 45easymultiple choice
Read the full Network Client Management explanation →

Which protocol does Samba implement to provide file sharing services to Windows clients?

Question 46hardmultiple choice
Read the full Network Client Management explanation →

An administrator needs to configure an NFS client to mount an export from an NFSv4 server that requires Kerberos authentication. The client should mount the export at boot time. Which of the following must be ensured for the mount to succeed automatically?

Question 47easymultiple choice
Read the full DHCP explanation →

The DHCP client lease file shows a lease for 192.168.1.100. If the client fails to contact the original DHCP server by the rebind time (12:00), what will occur?

Exhibit

Refer to the exhibit.

lease {
  interface "eth0";
  fixed-address 192.168.1.100;
  option subnet-mask 255.255.255.0;
  option routers 192.168.1.1;
  option domain-name-servers 192.168.1.10,8.8.8.8;
  renew 2 2025/03/25 10:00:00;
  rebind 2 2025/03/25 12:00:00;
  expire 2 2025/03/25 14:00:00;
}
Question 48mediummultiple choice
Read the full Network Client Management explanation →

A new user has been added to the LDAP directory, but the user cannot log in. The admin confirms the LDAP server is reachable and the user entry exists. Which of the following is the most likely missing configuration?

Exhibit

Refer to the exhibit.

passwd: files ldap
group: files ldap
shadow: files ldap
netgroup: ldap
Question 49hardmultiple choice
Read the full Network Client Management explanation →

Given the mount options shown, which of the following events will cause the NFS mount to become unresponsive (hang)?

Exhibit

Refer to the exhibit.

server:/export/data on /mnt/data type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,hard,sec=sys)
Question 50easymulti select
Read the full Network Client Management explanation →

Which TWO authentication modules can be used with PAM to integrate LDAP authentication on a Linux client?

Question 51mediummulti select
Read the full Network Client Management explanation →

Which TWO commands can be used to connect to a Samba share from a Linux command line?

Question 52hardmulti select
Read the full Network Client Management explanation →

Which THREE files are commonly involved in configuring a Linux client for LDAP authentication?

Question 53mediummultiple choice
Read the full Network Client Management explanation →

Which file is used to configure the LDAP client for system authentication on a modern Linux system using nss-pam-ldapd?

Question 54easymultiple choice
Read the full DHCP explanation →

Which directive in dhcpd.conf sets the maximum lease time?

Question 55hardmultiple choice
Read the full Network Client Management explanation →

A company runs an NTP server that should only synchronize with trusted upstream servers and provide time to internal clients. Which restrict clause in ntp.conf would best secure the server against unauthorized queries?

Question 56mediummultiple choice
Read the full DHCP explanation →

An administrator notices that clients are unable to obtain IP addresses from the DHCP server. The server logs show 'no free leases' error. What is the most likely cause?

Question 57mediummultiple choice
Read the full Network Client Management explanation →

A Linux client is configured with the following in /etc/nslcd.conf: 'uri ldap://10.0.0.1/', 'base dc=example,dc=com'. Which command can be used to test connectivity to the LDAP server and verify the base DN?

Question 58hardmultiple choice
Read the full Network Client Management explanation →

In a PAM configuration file, which control flag is used for modules that are not required but can provide additional functionality?

Question 59easymultiple choice
Read the full Network Client Management explanation →

Which of the following is a valid NTP configuration file directive to specify a broadcast client?

Question 60mediummultiple choice
Read the full Network Client Management explanation →

Which directive in ntp.conf enables the NTP server to respond to queries from clients?

Question 61hardmultiple choice
Read the full Network Client Management explanation →

Which command can be used to test the entire name resolution order as defined in nsswitch.conf?

Question 62mediummulti select
Read the full DHCP explanation →

Which TWO options in dhcpd.conf are used to define the subnet and the address range for dynamic allocation? (Select two.)

Question 63mediummulti select
Read the full DHCP explanation →

Which TWO commands can be used to query a DHCP server's lease database on a Linux server running ISC DHCP? (Assume default paths.) (Select two.)

Question 64hardmulti select
Read the full Network Client Management explanation →

Which THREE statements about PAM configuration are correct? (Select three.)

Question 65mediummultiple choice
Read the full Network Client Management explanation →

A system administrator needs to configure an NFS client to automatically mount an exported filesystem from a remote server whenever a user accesses the mount point. Which configuration approach is most appropriate?

Question 66hardmultiple choice
Read the full Network Client Management explanation →

An LDAP client fails to authenticate users against an LDAP server. The /etc/nsswitch.conf includes 'passwd: files ldap' and the /etc/pam.d/system-auth has appropriate pam_ldap.so entries. However, 'getent passwd' shows only local users. Which command should the administrator run first to diagnose the issue?

Question 67easymultiple choice
Read the full DHCP explanation →

What is the recommended way to configure a Linux host to obtain an IP address automatically via DHCP on the eth0 interface?

Question 68mediummultiple choice
Read the full Network Client Management explanation →

A developer frequently needs to access a remote database server that is only accessible via SSH from a jump host. To simplify access, the administrator wants to create a local port forward so that the developer can connect to localhost:3306 and reach the remote database's MySQL port 3306. Which SSH command achieves this?

Question 69hardmultiple choice
Read the full Network Client Management explanation →

An administrator configures an NIS client by running 'ypbind' and updating /etc/nsswitch.conf to include 'nis' for passwd, shadow, and group. However, 'getent passwd' still shows only local users. Which step is most likely missing?

Question 70easymulti select
Read the full DHCP explanation →

Which TWO daemons are commonly used by DHCP clients on Linux to obtain an IP address? (Choose two.)

Question 71mediummulti select
Read the full Network Client Management explanation →

Given the LDAP client configuration shown in the exhibit, which THREE additional components are required for LDAP authentication to work? (Choose three.)

Exhibit

Refer to the exhibit.

Exhibit:
```
# /etc/ldap.conf
base dc=example,dc=com
uri ldap://ldap.example.com
ldap_version 3
pam_filter objectclass=posixAccount
pam_password md5
nss_base_passwd dc=example,dc=com
nss_base_shadow dc=example,dc=com
nss_base_group dc=example,dc=com
```
Question 72hardmulti select
Read the full Network Client Management explanation →

Which TWO are true about the autofs automounter configuration? (Choose two.)

Question 73mediummultiple choice
Read the full Network Client Management explanation →

A company's file server uses NFS to export /data to clients. An administrator configures an NFS client by running 'mount -t nfs fileserver:/data /mnt/data'. The mount succeeds and the user can read files. However, after a network interruption, the client system becomes unresponsive when a user attempts to access /mnt/data. Which action should the administrator take to prevent this issue in the future?

Question 74hardmultiple choice
Read the full Network Client Management explanation →

An organization uses LDAP for centralized authentication. The /etc/nsswitch.conf contains 'passwd: files ldap' and 'shadow: files ldap'. The /etc/pam.d/system-auth includes 'auth requisite pam_ldap.so' and 'account required pam_ldap.so'. However, users can log in using local accounts but not LDAP accounts. The ldapsearch command works correctly against the LDAP server. Logs show 'pam_ldap: error trying to bind as user (No such object)'. Which configuration change is most likely needed?

Question 75easymultiple choice
Read the full DHCP explanation →

A DHCP client reports it cannot obtain an IP address. The Ethernet cable is connected and the interface is up. The administrator runs 'dhclient eth0' but gets 'No DHCPOFFERS received'. The network has a DHCP server on the same subnet. Which command should the administrator use next to diagnose the problem?

Question 76mediummultiple choice
Read the full Network Client Management explanation →

An administrator configured an autofs direct map for a remote NFS share. The master map at /etc/auto.master contains a line: '/data /etc/auto.direct'. The direct map file /etc/auto.direct has: '/projects -rw,soft fileserver:/exports/projects'. When a user tries to cd /data/projects, it hangs. The autofs service is running. What is the most likely cause?

Question 77hardmultiple choice
Read the full Network Client Management explanation →

A user reports that they cannot SSH to a remote server using the usual command 'ssh user@remote.example.com'. The administrator tests and gets 'Permission denied (publickey,gssapi-keyex,gssapi-with-mic)'. The user's public key is in ~/.ssh/authorized_keys on the remote server. The local client has the matching private key. Which step should the administrator take to resolve the issue?

Question 78mediummultiple choice
Read the full Network Client Management explanation →

A Linux client is configured to use PAM for authentication against an LDAP server. The /etc/pam.d/system-auth includes 'auth required pam_ldap.so'. Users can authenticate successfully. However, when a user runs 'id username', it shows 'uid=1000(username) gid=100(users) groups=100(users)' but the LDAP group membership is not shown. Which configuration file is most likely misconfigured?

Question 79easymulti select
Read the full DHCP explanation →

Which TWO statements about the DHCP client on Linux are correct?

Question 80mediummultiple choice
Read the full NAT/PAT explanation →

Refer to the exhibit. A client with MAC address 08:00:27:ab:cd:ef on the 192.168.1.0/24 network receives IP 192.168.2.10 instead of an IP from the 192.168.1.0 subnet. What is the most likely explanation?

Exhibit

subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.100 192.168.1.200;
}
subnet 192.168.2.0 netmask 255.255.255.0 {
  range 192.168.2.100 192.168.2.200;
}
host special {
  hardware ethernet 08:00:27:ab:cd:ef;
  fixed-address 192.168.2.10;
}
Question 81hardmultiple choice
Read the full Network Client Management explanation →

A system administrator configures a Linux client to authenticate users via an LDAP directory directory for user login. The LDAP server is located on a remote network across a WAN link with moderate latency. Authentication succeeds, but user logins take 10-15 seconds to complete, causing delays. The LDAP server logs show low CPU usage and minimal queries per second. The client has not yet implemented any local caching services. The administrator wants to reduce the login delay without compromising security. What should the administrator do?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

LPIC-2 Practice Test 1 — 10 Questions→LPIC-2 Practice Test 2 — 10 Questions→LPIC-2 Practice Test 3 — 10 Questions→LPIC-2 Practice Test 4 — 10 Questions→LPIC-2 Practice Test 5 — 10 Questions→LPIC-2 Practice Exam 1 — 20 Questions→LPIC-2 Practice Exam 2 — 20 Questions→LPIC-2 Practice Exam 3 — 20 Questions→LPIC-2 Practice Exam 4 — 20 Questions→Free LPIC-2 Practice Test 1 — 30 Questions→Free LPIC-2 Practice Test 2 — 30 Questions→Free LPIC-2 Practice Test 3 — 30 Questions→LPIC-2 Practice Questions 1 — 50 Questions→LPIC-2 Practice Questions 2 — 50 Questions→LPIC-2 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Linux Kernel and System StartupBlock Devices, Filesystems and Advanced StorageAdvanced Networking ConfigurationDNS, Web and Mail ServicesFile Sharing and SambaSystem SecurityNetwork Client Management

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Network Client Management setsAll Network Client Management questionsLPIC-2 Practice Hub