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.

← Essential System Services and Networking practice sets

LPIC-1 Essential System Services and Networking • Complete Question Bank

LPIC-1 Essential System Services and Networking — All Questions With Answers

Complete LPIC-1 Essential System Services and Networking question bank — all 0 questions with answers and detailed explanations.

74
Questions
Free
No signup
Certifications/LPIC-1/Practice Test/Essential System Services and Networking/All Questions
Question 1hardmultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator notices that the NTP service on a Linux server is not synchronizing time with external NTP servers. The administrator runs 'ntpq -p' and sees that all servers listed have a 'reach' value of 0. Which of the following is the most likely cause?

Question 2mediummultiple choice
Read the full Essential System Services and Networking explanation →

A web server running Apache on Linux is experiencing slow response times. The administrator runs 'netstat -tuln' and sees many connections in TIME_WAIT state. Which of the following is the best course of action to improve performance?

Question 3easymultiple choice
Read the full Essential System Services and Networking explanation →

Which of the following commands will display the default gateway of a Linux system?

Question 4hardmultiple choice
Read the full Essential System Services and Networking explanation →

A database server on a Linux system is configured to listen on TCP port 3306. The administrator wants to restrict access to the database server to only the local network (192.168.1.0/24) using iptables. Which of the following iptables rules achieves this?

Question 5easymultiple choice
Read the full Essential System Services and Networking explanation →

A user reports that they cannot connect to a remote server using SSH. The administrator checks the SSH server status and it is running. Which of the following is the most likely cause?

Question 6mediummultiple choice
Review the full routing breakdown →

A system administrator is configuring a Linux server to act as a router. The server has two network interfaces: eth0 (192.168.1.1/24) and eth1 (10.0.0.1/24). Which of the following commands enables IP forwarding on this server?

Question 7hardmultiple choice
Read the full DNS explanation →

An administrator is troubleshooting a DNS issue. The command 'dig @8.8.8.8 example.com' returns a response, but 'host example.com' returns 'Host not found'. Which of the following is the most likely cause?

Question 8mediummulti select
Read the full Essential System Services and Networking explanation →

Which TWO of the following are valid methods to configure network interfaces on a Linux system? (Choose two.)

Question 9hardmulti select
Read the full Essential System Services and Networking explanation →

Which THREE of the following are true regarding the use of systemd-networkd for network configuration? (Choose three.)

Question 10easymultiple choice
Read the full Essential System Services and Networking explanation →

Refer to the exhibit. The administrator wants to ensure that SSH service starts automatically after a system reboot. Based on the output, what is the current status of this setting?

Exhibit

Refer to the exhibit.

Output of 'systemctl status sshd':

sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: active (running) since Tue 2023-01-10 14:23:45 UTC; 2h 15min ago
   Main PID: 1234 (sshd)
   Tasks: 1 (limit: 512)
   Memory: 4.2M
   CGroup: /system.slice/sshd.service
           └─1234 /usr/sbin/sshd -D
Question 11mediummultiple choice
Read the full Essential System Services and Networking explanation →

Refer to the exhibit. The system has two network interfaces: eth0 and eth1. Which interface will be used to reach a host at IP address 10.10.10.10?

Exhibit

Refer to the exhibit.

Output of 'ip route show':

default via 192.168.1.1 dev eth0 proto static metric 100
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.10 metric 100
10.0.0.0/8 via 10.0.0.1 dev eth1 proto static metric 200
Question 12hardmultiple choice
Review the full routing breakdown →

A company runs a critical web application on a Linux server (Ubuntu 20.04) with Apache and MySQL. The server has two network interfaces: eth0 (public IP) and eth1 (private IP). Recently, the application has been experiencing intermittent connectivity issues. Users report that the web page sometimes loads slowly or times out. The administrator checks the network configuration and finds the following: eth0 is configured with a static IP 203.0.113.10/24, gateway 203.0.113.1; eth1 is configured with a static IP 10.0.0.10/24, no gateway. The administrator runs 'ip route show' and sees: default via 203.0.113.1 dev eth0, 10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.10 metric 100. The administrator also notices that the system's /etc/resolv.conf contains nameserver 8.8.8.8 and nameserver 8.8.4.4. The MySQL server is configured to listen on 127.0.0.1. What is the most likely cause of the intermittent connectivity issues?

Question 13mediummulti select
Read the full DNS explanation →

Which THREE of the following are valid files or directories used by the Domain Name System (DNS) resolution process on a Linux system?

Question 14hardmultiple choice
Read the full DHCP explanation →

An administrator reviews the above DHCP server logs. Based on the output, which statement is correct about the DHCP transaction?

Exhibit

Refer to the exhibit.

$ cat /var/log/messages | grep -i "dhcp" | tail -5
Nov 12 08:22:15 server dhcpd: DHCPDISCOVER from 00:1a:2b:3c:4d:5e via eth0
Nov 12 08:22:15 server dhcpd: DHCPOFFER on 192.168.1.100 to 00:1a:2b:3c:4d:5e via eth0
Nov 12 08:22:18 server dhcpd: DHCPREQUEST for 192.168.1.100 (192.168.1.1) from 00:1a:2b:3c:4d:5e via eth0
Nov 12 08:22:18 server dhcpd: DHCPACK on 192.168.1.100 to 00:1a:2b:3c:4d:5e via eth0
Nov 12 08:22:20 server dhcpd: DHCPINFORM from 192.168.1.100 via eth0
Question 15easymultiple choice
Read the full Essential System Services and Networking explanation →

A junior system administrator is tasked with setting up a new Linux server that will act as a network time client. The server must synchronize its clock with the external NTP pool servers 0.pool.ntp.org, 1.pool.ntp.org, and 2.pool.ntp.org. The administrator installs the ntp package and edits /etc/ntp.conf to include the following lines:

server 0.pool.ntp.org server 1.pool.ntp.org server 2.pool.ntp.org

However, after restarting the ntpd service, the administrator notices that the system time does not appear to be synchronized. The command 'ntpq -p' returns no output. The administrator checks the status of the ntpd service with 'systemctl status ntp' and sees that the service is active (running). What is the most likely reason for the synchronization failure?

Question 16mediumdrag order
Read the full Essential System Services and Networking explanation →

Order the steps to mount an NFS share from a remote server.

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 17mediummatching
Read the full Essential System Services and Networking explanation →

Match each Linux command to its primary function.

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

Concepts
Matches

Search text using patterns

Change file permissions

Report snapshot of current processes

Archive files

Stream editor for filtering and transforming text

Question 18easymultiple choice
Read the full Essential System Services and Networking explanation →

A user reports that they cannot access the company's web server. The administrator confirms the server is running and network connectivity is fine. Which command should be used to verify that the HTTP service is listening on the correct port?

Question 19easymultiple choice
Read the full network assurance explanation →

An organization wants to implement a centralized logging solution for multiple Linux servers. Which service should run on the central server to receive syslog messages?

Question 20mediummultiple choice
Read the full DHCP explanation →

A DHCP server assigns IP addresses to clients, but some clients are not receiving the correct gateway. Which configuration file should be checked on the DHCP server?

Question 21mediummultiple choice
Review the full subnetting walkthrough →

A sysadmin notices that after modifying iptables rules, the SSH service is unreachable from a specific subnet (192.168.1.0/24). Which command should be used to view the current rules with line numbers for easier identification?

Question 22mediummultiple choice
Read the full DNS explanation →

A company is deploying a new web application and needs to ensure high availability. They have two web servers and want to use DNS round-robin. Which DNS record type is most appropriate?

Question 23hardmultiple choice
Read the full NAT/PAT explanation →

A sysadmin is troubleshooting a connectivity issue between two servers in different subnets. The output of 'traceroute 192.168.2.10' shows packets reaching a router but not the destination. The router's firewall uses iptables. Which rule would prevent the traceroute from completing?

Question 24hardmultiple choice
Read the full Essential System Services and Networking explanation →

A Linux server running multiple virtual hosts on Apache suddenly becomes unresponsive to web requests. The administrator finds that the server still responds to ping. Which diagnostic command would best identify whether Apache is accepting connections?

Question 25hardmultiple choice
Read the full DHCP explanation →

A company's server administrator needs to replace an existing DNS server (192.168.1.10) with a new one (192.168.1.20). Which file must be updated on all DHCP clients to ensure they use the new DNS server?

Question 26easymultiple choice
Read the full Essential System Services and Networking explanation →

After updating the SSH configuration, a sysadmin restarts the sshd service, but remote connections still use the old settings. Which command should be used to reload the configuration without dropping existing connections?

Question 27mediummulti select
Read the full Essential System Services and Networking explanation →

Which TWO commands can be used to display network interface statistics on a Linux system?

Question 28mediummulti select
Read the full Essential System Services and Networking explanation →

Which TWO configuration files are commonly associated with NTP client configuration?

Question 29hardmulti select
Read the full Essential System Services and Networking explanation →

Which THREE steps are required to configure a static IP address on a modern Linux system using systemd-networkd?

Question 30hardmultiple choice
Read the full Essential System Services and Networking explanation →

A host on the 192.168.1.0/24 network cannot reach the internet. Based on the exhibit, which is the most likely cause?

Exhibit

Refer to the exhibit.

# ip route show
default via 10.0.1.1 dev eth0
10.0.1.0/24 dev eth0 proto kernel scope link src 10.0.1.10
192.168.1.0/24 via 10.0.1.254 dev eth0
Question 31mediummultiple choice
Read the full Essential System Services and Networking explanation →

A web server running on this host is not accessible from clients. Based on the exhibit, what is the most likely reason?

Network Topology
ACCEPT tcp0.0.0.0/0 0.0.0.0/0 tcp dpt:22DROP tcp0.0.0.0/0 0.0.0.0/0 tcp dpt:80Refer to the exhibit.# iptables -L -nChain INPUT (policy ACCEPT)target prot opt source destinationChain FORWARD (policy DROP)Chain OUTPUT (policy ACCEPT)
Question 32mediummultiple choice
Read the full Essential System Services and Networking explanation →

Based on the exhibit, what is the most likely cause of the SSH service failure?

Exhibit

Refer to the exhibit.

# systemctl status sshd
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/lib/systemd/system/sshd.service; enabled; vendor preset: enabled)
   Active: failed (Result: start-limit-hit) since Mon 2023-09-18 10:30:45 UTC; 2min ago
  Process: 1297 ExecStart=/usr/sbin/sshd -D $SSHD_OPTS (code=exited, status=0/SUCCESS)
 Main PID: 1297 (code=exited, status=0/SUCCESS)
   Status: "Failed to start SSH daemon: Address already in use"
Question 33easymultiple choice
Read the full Essential System Services and Networking explanation →

An administrator notices that SSH connections to a remote Linux server are timing out. After confirming network connectivity, which command should the administrator run on the server to check whether the SSH daemon is actively listening?

Question 34mediummultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator wants to configure NTP client on a server running systemd and using systemd-timesyncd. Which file should be edited to set the NTP server?

Question 35hardmultiple choice
Read the full DNS explanation →

A Linux system's hostname resolution does not consult /etc/hosts before querying DNS. Which file controls the order of name resolution services?

Question 36easymultiple choice
Read the full Essential System Services and Networking explanation →

A user submitted a print job to a CUPS printer but used the wrong options. Which command should the administrator use to cancel the job?

Question 37mediummultiple choice
Read the full Essential System Services and Networking explanation →

On a Linux server using systemd and Postfix for email service, an administrator needs to diagnose a delivery failure for a local user. Which command should be used to view the most recent mail-related system journal entries?

Question 38hardmultiple choice
Read the full Essential System Services and Networking explanation →

An administrator wants to combine two network interfaces into a single logical interface for redundancy and increased throughput. The system uses NetworkManager. Which method is currently recommended to achieve this?

Question 39easymultiple choice
Read the full Essential System Services and Networking explanation →

On a Debian-based system using ifupdown, which file should be edited to configure a static IP address for an interface?

Question 40mediummultiple choice
Read the full Essential System Services and Networking explanation →

An administrator wants systemd-journald logs to persist across reboots. What must be created?

Question 41hardmultiple choice
Review the full subnetting walkthrough →

After running 'ip route show default', a system administrator sees no output. Users on that system can only communicate with hosts on the local subnet. What is the most likely cause?

Question 42mediummulti select
Read the full Essential System Services and Networking explanation →

Which two commands can be used to send a test email from the command line to verify SMTP functionality? (Choose two.)

Question 43easymulti select
Read the full Essential System Services and Networking explanation →

Which three files are essential for network configuration and name resolution on a typical Linux system? (Choose three.)

Question 44hardmulti select
Read the full Essential System Services and Networking explanation →

An administrator needs to monitor real-time network bandwidth usage on a Linux server. Which two tools are specifically designed for this purpose? (Choose two.)

Question 45mediummultiple choice
Read the full Essential System Services and Networking explanation →

Refer to the exhibit. An administrator runs ss -tuln and gets the output above. Which of the following statements about this server is true?

Exhibit

Netid  State   Recv-Q  Send-Q  Local Address:Port   Peer Address:Port
tcp    LISTEN  0       128     0.0.0.0:22            0.0.0.0:*
tcp    LISTEN  0       128     0.0.0.0:80            0.0.0.0:*
tcp    LISTEN  0       128     0.0.0.0:443           0.0.0.0:*
udp    UNCONN  0       0       0.0.0.0:5353          0.0.0.0:*
udp    UNCONN  0       0       0.0.0.0:123           0.0.0.0:*
Question 46hardmultiple choice
Read the full network assurance explanation →

Refer to the exhibit. A system administrator finds this line in /etc/rsyslog.conf. What is the effect of this configuration?

Exhibit

*.* @192.168.1.100:514
Question 47easymultiple choice
Review the full routing breakdown →

Refer to the exhibit. A system administrator runs 'ip route show default' and gets this output. What does it indicate?

Exhibit

default via 192.168.1.1 dev eth0
Question 48mediummultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator notices that the system clock is consistently 5 minutes ahead of the actual time. The NTP service is enabled and running. Which command should the administrator run to force an immediate time synchronization?

Question 49hardmultiple choice
Read the full Essential System Services and Networking explanation →

A company runs a web server using Apache with multiple virtual hosts. The administrator needs to restrict access to a specific virtual host based on the client IP address. Which configuration directive should be placed inside the <VirtualHost> block to deny IP 192.168.1.100?

Question 50easymultiple choice
Read the full DHCP explanation →

An administrator is configuring a DHCP server to assign IP addresses to clients in the 192.168.10.0/24 subnet. The server should provide the default gateway as 192.168.10.1 and DNS server as 8.8.8.8. Which option in /etc/dhcp/dhcpd.conf defines the default gateway?

Question 51hardmultiple choice
Read the full Essential System Services and Networking explanation →

A mail server using Postfix is rejecting emails from a partner domain. The administrator checks the maillog and sees 'relay access denied'. Which Postfix configuration parameter is most likely misconfigured?

Question 52mediummultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator wants to monitor network traffic on a specific port (TCP/443) entering the server. Which command will capture packets on interface eth0 and display them in real-time?

Question 53mediummultiple choice
Read the full DNS explanation →

An organization's DNS server (BIND) is authoritatively serving the example.com zone. The administrator needs to add a mail exchange record for mail.example.com with priority 10. Which resource record should be added to the zone file?

Question 54hardmultiple choice
Read the full Essential System Services and Networking explanation →

A security administrator needs to allow SSH access from the 10.0.0.0/8 network but deny all other traffic to port 22. The firewall uses iptables with default policy ACCEPT on the INPUT chain. Which set of rules should be added?

Question 55easymultiple choice
Review the full routing breakdown →

A technician is troubleshooting network connectivity. The server's IP is 192.168.1.10/24, and the gateway is 192.168.1.1. The server can ping the gateway but cannot ping 8.8.8.8. Which command is most appropriate to check if the default route is configured?

Question 56easymultiple choice
Read the full Essential System Services and Networking explanation →

A developer asks the system administrator to configure a local web server for testing using Apache. The server should serve files from /var/www/test. Which directive must be set in the Apache configuration to set this document root?

Question 57hardmulti select
Read the full Essential System Services and Networking explanation →

Which TWO commands can be used to display the current firewall rules in a system using nftables? (Choose two.)

Question 58mediummulti select
Read the full Essential System Services and Networking explanation →

Which THREE steps are required to configure a network interface with a static IP address using the ip command (assuming interface eth0)? (Choose three.)

Question 59easymulti select
Read the full DNS explanation →

Which TWO tools can be used to query DNS records? (Choose two.)

Question 60mediummultiple choice
Read the full Essential System Services and Networking explanation →

Refer to the exhibit. The administrator is unable to SSH into the server (TCP port 22) from a remote host. The iptables rules are as shown. What is the most likely cause?

Network Topology
10 840 ACCEPT alllo * 0.0.0.0/00 0 DROP all* * 0.0.0.0/0Refer to the exhibit.```
Question 61hardmultiple choice
Read the full network assurance explanation →

Refer to the exhibit. The administrator expects logs to be sent to a remote syslog server at 192.168.1.100 on UDP port 514. However, no logs are being received at the remote server. Which is the most likely issue?

Exhibit

Refer to the exhibit.

Contents of /etc/rsyslog.conf (partial):
```
*.*  @192.168.1.100:514
local7.* /var/log/boot.log
```
Question 62easymultiple choice
Read the full Essential System Services and Networking explanation →

A small business runs a web application on a Linux server that uses Apache to serve dynamic content via PHP-FPM. The server currently uses the default Apache configuration, but the administrator wants to improve security by limiting access to the server's administrative interface (located at /admin) to only the local network (192.168.1.0/24). The administrative interface is accessed via a separate VirtualHost on port 443. The administrator has created a new VirtualHost configuration file for the admin site. However, after reloading Apache, users from outside the local network can still access the /admin page. The administrator has verified that the VirtualHost is being parsed and that mod_authz_core is enabled. Which of the following actions would most likely resolve the issue?

Question 63easymultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator notices that the system time is incorrect by several minutes. Which command should be used first to check the status of NTP synchronization?

Question 64mediummultiple choice
Read the full Essential System Services and Networking explanation →

An Ubuntu 20.04 server needs a static IP address. The administrator has created a netplan YAML file at /etc/netplan/01-netcfg.yaml. What is the next step to apply the configuration?

Question 65hardmultiple choice
Read the full DNS explanation →

A server runs systemd-resolved and uses a VPN. DNS queries fail intermittently. The administrator checks /etc/resolv.conf and finds it is a symlink to /run/systemd/resolve/stub-resolv.conf. Which command should be used to view the effective DNS servers and debug the issue?

Question 66easymulti select
Read the full Essential System Services and Networking explanation →

Which TWO commands are commonly used to start, stop, or restart system services on a Linux system that uses systemd as its init system?

Question 67mediummulti select
Read the full DNS explanation →

On a modern Linux system using systemd-networkd for interface management and systemd-resolved for DNS, which THREE files are typically involved in network configuration and DNS resolution?

Question 68easymultiple choice
Read the full Essential System Services and Networking explanation →

A small office has a network printer with IP 192.168.1.100. The printer is shared via CUPS. A user reports that they cannot print a document from their workstation. The printer appears in the list of available printers, but when they try to print, the job hangs in the queue with status 'processing'. The administrator suspects the printer may be offline or the CUPS service is not running. Which command should the administrator run first to gather diagnostic information about the printer and its queue?

Question 69mediummultiple choice
Read the full Essential System Services and Networking explanation →

After a reboot, a server fails to obtain an IP address on its sole ethernet interface. The administrator checks /etc/netplan/01-netcfg.yaml and finds the configuration looks correct. However, the interface shows no IP. The system uses systemd-networkd. Which command should be run next to apply the configuration and bring up the interface?

Question 70hardmultiple choice
Read the full Essential System Services and Networking explanation →

A system administrator notices that the system time is slowly drifting from the actual time. The system uses chrony for NTP synchronization. The administrator runs 'chronyc sources' and sees no reachable sources. The firewall is enabled and configured. Which action should the administrator take to resolve the time synchronization issue?

Question 71hardmultiple choice
Read the full DNS explanation →

A server in a corporate network uses systemd-resolved for DNS. Internal hostnames (e.g., server.example.lan) fail to resolve, but external names (e.g., google.com) work. The /etc/resolv.conf is a symlink to /run/systemd/resolve/stub-resolv.conf. The administrator checks the systemd-resolved configuration and finds that the internal DNS server is listed globally, but the network interface has no specific DNS set. Which command should be used to assign the internal DNS server to the interface and fix resolution?

Question 72easymulti select
Review the full routing breakdown →

Which TWO commands can be used to display the current routing table on a Linux system?

Question 73mediummultiple choice
Read the full Essential System Services and Networking explanation →

Refer to the exhibit. A system administrator notices that remote SSH connections are being blocked from all IP addresses except 10.0.0.5. Which configuration change would allow SSH from any IP?

Exhibit

Refer to the exhibit.

Chain INPUT (policy DROP)
num   pkts bytes target     prot opt in     out     source               destination
1        0     0 ACCEPT     tcp  --  *      *       10.0.0.5             0.0.0.0/0            tcp dpt:22
2      100  5000 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0            tcp dpt:22
Question 74hardmultiple choice
Read the full Essential System Services and Networking explanation →

A company manages a cluster of 50 web servers running Ubuntu 20.04. The servers are configured to synchronize time with an internal NTP server at 10.0.0.100 using the default ntpd. The NTP server itself syncs with external stratum 2 servers. Recently, the security team implemented a restrictive iptables firewall on all servers, allowing only essential services. Several servers in the 10.0.1.0/24 network now report time drift and ntpq -p shows all peers with '?' status. A network engineer runs tcpdump on one affected server and sees no NTP replies from 10.0.0.100. The NTP server's firewall is configured to allow inbound NTP from 10.0.0.0/24 only. The engineer also notes that the server's /etc/ntp.conf contains the line 'restrict 10.0.0.100' (which is incorrect) and that ntpq -crv shows 'sync target not reachable'. Which single action will most directly resolve the synchronization issue for the affected servers?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

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

Practice by domain

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

GNU and Unix CommandsDevices, Filesystems and FHSLinux Installation and Package ManagementEssential System Services and NetworkingAdministrative TasksShells, Scripting and Data ManagementSystem Architecture

Practice by scenario

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

Browse scenarios→

Continue studying

All Essential System Services and Networking setsAll Essential System Services and Networking questionsLPIC-1 Practice Hub