Linux Essentials Certificate Exam Review

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts from the Linux Essentials Certificate Exam material.

Last updated 6:40 PM on 4/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

Linux Distribution

A bundling of the Linux kernel, system utilities, and other software.

2
New cards

Command Options for Help

To display command usage information, typically use the option -h or --help.

3
New cards

Symbolic Link

A symbolic link can point to any file, including files on another file system.

4
New cards

Hard Link

A hard link can only refer to files and not directories.

5
New cards

Scripting Language

A shell script starts with the two-character sequence #!.

6
New cards

Web Server Programs

Programs like Apache HTTPD and NGINX serve as web servers.

7
New cards

File Ownership

Each file is owned by exactly one user and one group.

8
New cards

Filesystem Command

The command used to create a ZIP archive is zip.

9
New cards

Environment Variable PATH

It's used to allow command execution without specifying the full path of the executable.

10
New cards

Command for Manual Pages

The command to display manual pages in Linux is man.

11
New cards

Expected Output from 'last' Command

The command shows information about last logged in users.