Command Line Interface (CLI) & Linux OS Cybersecurity Engineering 101 Flashcards

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

1/29

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering Linux file systems, CLI commands, path types, and operating system basics from Cybersecurity Engineering 101.

Last updated 9:27 PM on 8/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards

Command Line Interface (CLI)

A program on your computer that allows you to create and delete files, run programs, and navigate through folders and files.

2
New cards

Terminal

The name for the Command Line Interface on a Mac.

3
New cards

Command Prompt

The name for the Command Line Interface on Windows.

4
New cards

Linux

An open-source operating system (OS).

5
New cards

Operating System (OS)

The software that directly manages a system's hardware and resources, like CPU, memory, and storage, sitting between applications and physical hardware.

6
New cards

/bin

Common Linux directory containing binary or executable programs.

7
New cards

/etc

Common Linux directory containing system configuration files.

8
New cards

/home

Common Linux home directory that serves as the default current directory.

9
New cards

/var

Common Linux directory containing log files.

10
New cards

/tmp

Common Linux directory providing temporary space that is cleared on reboot.

11
New cards

Absolute Path

A path that starts with the root directory and shows the full path from the root.

12
New cards

Relative Path

A directory path that doesn’t start with the root directory.

13
New cards

Root

The base of the file system where everything is located, which is different than the root user.

14
New cards

Sudo

The superuser (AKA root user) who has elevated permissions and the ability to do more from the CLI.

15
New cards

ifconfig

A networking command that displays configuration of network interface.

16
New cards

netstat

A networking command that shows network status and protocol statistics.

17
New cards

ping

A networking command that sends test packets to a specified IP.

18
New cards

pathping

A networking command that shows the path it takes to get to a specified IP.

19
New cards

traceroute

A networking command that shows the hops and time it takes to a destination IP.

20
New cards

nslookup

A networking command that shows local DNS server and associated IPs.

21
New cards

curl

A networking command that can navigate to a webpage/link.

22
New cards

ls

A file manipulation command used to list out files.

23
New cards

file

A file manipulation command used to read files.

24
New cards

pwd

Stands for print working directory; lists the current directory you are in.

25
New cards

cd

Stands for change directory; lets you change into a different directory.

26
New cards

cat

A file manipulation command used to read files.

27
New cards

history

A command that lists the history of commands output.

28
New cards

man

Short for manual.

29
New cards

help

A command that defines commands and flags that can be added.

30
New cards

Kali Linux

A Linux OS built specifically for penetration testing.