Skip to content

Linux Command Line Practice Exam

Test yourself under real exam conditions: 50 timed questions, 60 on the clock, pass mark 70%%. Instant score with a full review of everything you got wrong. Free — no account needed.

📝 50 questions · ⏱ 60 minutes · 🎯 Pass mark 70% · 🆓 Free, no signup

Exam details

  • 50 questions drawn from 51 cards
  • Countdown timer — auto-submits when time runs out
  • Pass mark 70% (real certification threshold)
  • Full review of wrong answers at the end
  • No signup required — save your score with a free account

Sample Questions

5 shown

What is the Linux command line interface (CLI)?

Show ▼

The Linux CLI is a text-based interface for interacting with the operating system using commands entered via a terminal emulator, allowing users to perform tasks efficiently without a graphical user interface.

What is a shell in Linux?

Show ▼

A shell is a program that interprets commands entered into the CLI, processes them, and communicates with the kernel; common shells include Bash (Bourne Again SHell), the default on most distributions.

How do you open a terminal in Linux?

Show ▼

Use keyboard shortcuts like Ctrl+Alt+T on Ubuntu or search for 'Terminal' in the applications menu; it launches a shell session for command execution.

What does the pwd command do?

Show ▼

The pwd (Print Working Directory) command displays the absolute path of the current working directory, helping users confirm their location in the filesystem.

How do you list files and directories in the current directory?

Show ▼

ls lists files and directories; add flags like -l for detailed view, -a to show hidden files, or -h for human-readable sizes.

🎯 Take the Linux Command Line Practice Exam