Tools of the Trade Flashcards

module two

1
Q

What is an effect of Linux being open source?

A

It allows for collaboration among a community of developers.

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

What does the Filesystem Hierarchy Standard (FHS) do in Linux?

A

It organizes data within the Linux OS

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

Name three components of Linux architecture.

A

The Filesystem Hierarchy Standard (FHS), the kernel, and hardware.

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

Which Linux distribution is known for its user-friendliness and is widely used in security?

A

Ubuntu

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

What is KALI LINUX ™ designed for?

A

Penetration testing and digital forensics.

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

What is the role of the shell in Linux?

A

It communicates with the kernel to execute commands.

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

Which Linux distributions come with pre-installed tools for penetration testing?

A

Parrot and KALI LINUX

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

What is the standard input in Linux?

A

Information received by the OS via the command line

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

What does the command clear do in the terminal?

A

Clears the terminal screen

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

What is a package manager used for in Linux?

A

To install, manage, and remove packages or applications.

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

Which command is used to terminate a running command in the terminal?

A

CTRL + C

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

What is the main processor of a computer called?

A

Central Processing Unit (CPU)

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

What is the purpose of Random Access Memory (RAM)?

A

For short-term memory storage.

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

What is the difference between standard input and standard output?

A

Standard input is sent to the OS, and standard output is sent from the OS.

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

Name a subscription-based Linux distribution built for enterprise use.

A

Red Hat® Enterprise Linux®

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

What does the kernel manage in the Linux OS?

A

Processes and memory

17
Q

What is digital forensics?

A

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

18
Q

What does the command CTRL + A do in the terminal?

A

Sets the cursor at the beginning of a command.

19
Q

What is the function of a hard drive?

A

Long-term memory storage

20
Q

Which shell is the default in most Linux distributions?

A

Bash

21
Q

What is the function of the command CTRL + E in the terminal?

A

Sets the cursor at the end of a command.

22
Q

What type of hardware components are peripheral devices?

A

Components that are attached and controlled by the computer system but are not essential for it to run

23
Q

What is a directory in the context of Linux?

A

A file that organizes where other files are stored.

24
Q

What is a command in the context of Linux?

A

An instruction telling the computer to do something.

25
Q

What is standard error in Linux?

A

Error messages returned by the operating system through the shell.