dc dotCreds
Linux Foundation Certified System Administrator

LFCS Practice Test

Start today's 10-question LFCS set with source-backed explanations, local progress, and a fresh rotation every morning.

10 Free Daily Questions Source-backed Explanations 150 Verified Questions

Questions updated at Jul 10, 2026, 12:01 AM CDT

Guided Course Included Learn LFCS step by step. Structured lessons, progress tracking, practice questions, and per-exam Course Notes covering every section in this bank.
Step-by-step lessons Per-exam Course Notes All sections included Practice tied to the same bank
LFCS icon

LFCS

Linux Foundation Certified System Administrator

Why this page works

  • Daily exam-aligned questions
  • Source links on every explanation
  • Local progress saved automatically
  • Email sync path ready for later
  • Apps provide deeper drills when available
One-time unlock

Unlock the full LFCS bank

150 verified exam-style questions $3.99 one-time No subscription Secure checkout Instant unlock

Get the complete source-backed bank with correct-answer explanations, distractor breakdowns, saved review, full Course Mode, and per-exam Course Notes.

Instant unlock • Secure checkout • No subscription

Exam Mode Practice Mode Course Mode Course Notes Weak-area review Previous scores Source links Every choice explained No ads
See bundle and PDF options Already Pro? Open dashboard

Includes full Course Mode and Course Notes. We will confirm your site email in one quick checkout step.

Why DotCreds?

Practice with explanations that teach.

Source links for every answer Every wrong answer explained Guided Course included Practice and Exam Mode Weak-area tracking Same verified bank across web practice
Today's 10 LFCS questions

Use this LFCS practice test to review Linux Foundation Certified System Administrator. Questions rotate daily and each explanation links to the source used to validate the answer.

Today’s Set
10 questions
Rotates at 10:00 AM local time
Progress
0/10
Answered on this page
Accuracy
0%
Loading countdown…

150 verified questions are in the live bank. Free daily questions are selected from a rotating sample set. Unlock Pro to access the full question bank.

Question 1 of 10
Objective 1.12 Operations Deployment

Which Podman command downloads an image from a registry without starting a container?

Concept tested: Operations Deployment (1.12)
Question 2 of 10
Objective 2.1 Networking

Which ip command displays IP addresses assigned to interfaces?

Concept tested: Networking (2.1)
Question 3 of 10
Objective 1.7 Operations Deployment

How are systemd calendar timers ordered relative to time synchronization?

Concept tested: Operations Deployment (1.7)
Question 4 of 10
Objective 2.4 Networking

What is resolvectl used for?

Concept tested: Networking (2.4)
Question 5 of 10
Objective 1.14 Operations Deployment

Which SELinux policy model is abbreviated MLS?

Concept tested: Operations Deployment (1.14)
Question 6 of 10
Objective 2.2 Networking

Which command adds an IPv6 route for 2001:db8:0:0:0:0:0:0/32 through gateway fe80:0:0:0:0:0:0:1?

Concept tested: Networking (2.2)
Question 7 of 10
Objective 1.3 Operations Deployment

Which command checks whether the bluetooth systemd service is active and shows recent status details?

Concept tested: Operations Deployment (1.3)
Question 8 of 10
Objective 2.3 Networking

Which name-resolution protocol is abbreviated LLMNR?

Concept tested: Networking (2.3)
Question 9 of 10
Objective 1.5 Operations Deployment

Which file format is used to define scheduled cron jobs?

Concept tested: Operations Deployment (1.5)
Question 10 of 10
Objective 2.4 Networking

Which resolvectl subcommand queries DNS names through systemd-resolved?

Concept tested: Networking (2.4)
Locked preview

You are viewing today’s free 10. Unlock 140 more questions.

Unlock full bank
Daily sample Rotating practice Free daily questions are selected from a rotating sample set.
Pro bank Full access Unlock Pro to access the full question bank, Exam Mode, Practice Mode, and random tests.
LFCS Pro $3.99 one-time

Pro mode for this exam includes the full bank, Practice Mode, Exam Mode, full Course Mode, and Course Notes.

50 Exam Practice Test $1.99 one-time

A 50-question LFCS PDF for short review sessions. Questions come first, then the answer review and explanations later in the file.

Linux / DevOps Access Bundle $6.99/month

Unlock Pro mode across Linux systems, Kubernetes, Terraform, data platform, and TensorFlow practice.

Pro mode forLFCS, CKA, Terraform Associate, Databricks ML Associate, TensorFlow Developer

Choose an unlock option to continue. We will confirm your site email in one quick checkout step.

Secure checkout powered by Stripe. Source-backed questions. Not brain dumps. Checkout stays on this page and unlocks the same Pro builder on this practice page.

Purchase options

Unlock the full LFCS bank. No ads.

Get the full bank, Exam Mode, Practice Mode, question sets, random tests, readiness tracking, saved box scores, and review tools for this exam.

The PDF versions keep questions first and move the answer review, explanations, and distractor notes to the back of the file.

150 verified exam-style questions Every choice explained Exam Mode and Practice Mode Question sets and random tests Readiness score and trends Previous test box scores

You've answered 0/10 questions in today's set.

Locked: 140 more questions in the full bank.

Locked: exam simulation mode, practice mode, readiness tracking, and saved review history.

Checkout stays on this page, so you can keep practicing, unlock the full bank, and start Exam Mode or Practice Mode when you are ready.

No ads

7-day score keeper

Answer questions today and this will become a rolling 7-day scorecard.

Local history
Optional progress sync

Keep today’s practice moving

Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily LFCS practice in sync across browsers.

Guest progress saves on this device automatically

Guest progress is available without an account.

Official exam resources

Use these official Linux Foundation resources alongside the daily practice set. They cover the provider's own exam page, study guide, or prep material.

Need adjacent Linux Foundation practice pages too? Linux Foundation practice hub.

Source-backed answer review

The free daily LFCS set includes crawlable question text, answer choices, correct answer labels, objective mapping, and source links. Only the first SEO card includes answer explanations. Pro-only bank questions stay locked; this section mirrors only the 10 free daily questions already shown on this page.

Question 1 Which Podman command downloads an image from a registry without starting a container?

Answer choices

  1. A. podman pull
  2. B. podman run
  3. C. podman start
  4. D. podman exec

Correct answer

podman pull

podman pull is correct because it retrieves an image from a registry. podman run creates and starts a container, start runs an existing container, and exec runs a process inside an existing container.

Wrong-answer review

  • B. podman run: podman run creates and starts a container, but it targets a different need than the scenario's goal.
  • C. podman start: podman start starts an existing container, but it targets a different need than the scenario's goal.
  • D. podman exec: podman exec runs a command inside an already-created container.

Objective/domain: Operations Deployment (1.12)

Source: podman(1) manual

Question 2 Which ip command displays IP addresses assigned to interfaces?

Answer choices

  1. A. ip address list
  2. B. ifconfig -a
  3. C. netstat -i
  4. D. ip address show

Correct answer

ip address show

Objective/domain: Networking (2.1)

Source: ip-address(8) Linux manual page

Question 3 How are systemd calendar timers ordered relative to time synchronization?

Answer choices

  1. A. They are ordered before time-sync.target
  2. B. They must be manually ordered by the administrator
  3. C. They are automatically ordered after time-sync.target
  4. D. They do not depend on any target unit

Correct answer

They are automatically ordered after time-sync.target

Objective/domain: Operations Deployment (1.7)

Source: systemd.timer manual

Question 4 What is resolvectl used for?

Answer choices

  1. A. To monitor system logs
  2. B. To configure network interfaces
  3. C. To manage DNS resolution and introspect the resolver
  4. D. To test network connectivity

Correct answer

To manage DNS resolution and introspect the resolver

Objective/domain: Networking (2.4)

Source: resolvectl manual

Question 5 Which SELinux policy model is abbreviated MLS?

Answer choices

  1. A. Multi-Level Security
  2. B. Role-Based Access Control
  3. C. Type Enforcement
  4. D. Labeling

Correct answer

Multi-Level Security

Objective/domain: Operations Deployment (1.14)

Source: selinux(8) Linux manual page

Question 6 Which command adds an IPv6 route for 2001:db8:0:0:0:0:0:0/32 through gateway fe80:0:0:0:0:0:0:1?

Answer choices

  1. A. ip -6 route add 2001:db8:0:0:0:0:0:0/32 via fe80:0:0:0:0:0:0:1
  2. B. route -A inet6 add 2001:db8:0:0:0:0:0:0/32 gw fe80:0:0:0:0:0:0:1
  3. C. netstat -r6 add 2001:db8:0:0:0:0:0:0/32 via fe80:0:0:0:0:0:0:1
  4. D. ifconfig route6 add 2001:db8:0:0:0:0:0:0/32 via fe80:0:0:0:0:0:0:1

Correct answer

ip -6 route add 2001:db8:0:0:0:0:0:0/32 via fe80:0:0:0:0:0:0:1

Objective/domain: Networking (2.2)

Source: ip-route(8) Linux manual page

Question 7 Which command checks whether the bluetooth systemd service is active and shows recent status details?

Answer choices

  1. A. systemctl start bluetooth
  2. B. systemctl status bluetooth
  3. C. systemctl enable bluetooth
  4. D. systemctl restart bluetooth

Correct answer

systemctl status bluetooth

Objective/domain: Operations Deployment (1.3)

Source: systemctl manual

Question 8 Which name-resolution protocol is abbreviated LLMNR?

Answer choices

  1. A. NIS
  2. B. MulticastDNS
  3. C. DHCP
  4. D. Link-Local Multicast Name Resolution (LLMNR)

Correct answer

Link-Local Multicast Name Resolution (LLMNR)

Objective/domain: Networking (2.3)

Source: systemd-resolved service manual

Question 9 Which file format is used to define scheduled cron jobs?

Answer choices

  1. A. crontab
  2. B. cronfile
  3. C. scheduletab
  4. D. joblist

Correct answer

crontab

Objective/domain: Operations Deployment (1.5)

Source: crontab(5) Linux manual page

Question 10 Which resolvectl subcommand queries DNS names through systemd-resolved?

Answer choices

  1. A. resolvectl query
  2. B. nslookup
  3. C. dig
  4. D. host

Correct answer

resolvectl query

Objective/domain: Networking (2.4)

Source: resolvectl manual

Where to go after the daily web set

How are LFCS questions generated?

dotCreds builds LFCS practice questions from public exam objectives and Linux Foundation exam and documentation references. The questions are written for realistic study practice, not copied from exam dumps.

How are explanations sourced?

Each question includes an explanation and, when available, a source link back to the provider documentation or reference used to validate the answer. That keeps the practice tied to study material you can actually review.

What score do I get?

The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.

Why use this site?

The site is the fastest way to start LFCS practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.

Why use the app when available?

The web page is the quick daily practice layer. If a dotCreds app is available for LFCS, the app is better for larger banks, focused weak-domain drills, longer review sessions, and mobile study routines.