Module 2 Flashcards

1
Q

Linux

A

An open-source operating system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Components of Linux

A

User

Applications

Shell

Filesystem Hierarchy Standard

Kernel

Hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

User

A

The person interacting with the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Application

A

A program that performs a specific task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Shell

A

The command-line interpreter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Filesystem Hierarchy Standard (FHS)

A

The component of the Linux OS that organizes data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Kernel

A

The component of the Linux OS that manages processes and memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Centra Processing Unit (CPU)

A

A computers main processor, which is used to perform general computing tasks on a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Hard Drive

A

A hardware component used for long-term memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Distributions

A

The different versions of Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Parent Distributions

A

Red Hat Enterprise Linux (CentOS)

Slackware (SUSE)

Debian (Ubuntu and KALI LINUX)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Penetration Test

A

A simulated attack that helps identify vulnerabilities in systems, networks, websites, applications, and processes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Penetration Testing Tools in KALI LINUX

A

Metasploit

Burp Suite

John The Ripper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Digital Forensics

A

The practice of collecting and analyzing data to determine what has happened after an attack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Digital Forensics Tools in KALI LINUX

A

Tcpdump

Wireshark

Autopsy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Ubuntu

A

An open-source, user friendly distribution that is widely used in security and other industries. It has both a CLI and GUI.

17
Q

Parrot

A

An open-source distribution that is commonly used for security. Comes with pre-installed tools related to penetration testing and digital forensics.

18
Q

Red Hat Enterprise Linux

A

A subscription-based distribution of Linux built for enterprise use.

19
Q

AlmaLinux

A

A community-driven Linux distribution that was created as a stable replacement for CentOS.

20
Q

Package

A

A piece of software that can be combined with other packages to form an application

21
Q

Package Manager

A

Tool that helps users install, manage, and remove packages or applications

22
Q

Advanced Package Tool (APT)

A

Tool used with Debian-derived distributions. It is run from the command-line interface to manage, search, and install packages.

23
Q

Yellows Updater Modified (YUM)

A

Tool used with Red Hat-derived distributions. It is run from the command-line interface to manage, search, and install packages. yUM works with .rpm files

24
Q

Command

A

An instruction telling the computer to do something

25
Standard Input
Information received by the Os via the command line
26
Echo
A Linux command that outputs a specified string of text
27
String Data
Data consisting of an ordered sequence of characters
28
Standard Output
Information returned by the OS through the shell
29
Standard Error
Error messages returned by the OS through the shell