Module 04 - Linux Overview Flashcards

1
Q

Linux is open …?

A

Source

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

The user of Linux has more control over …?

A

the operating system

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

what is Sguil?

A

Linux cybersecurity analyst console

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

What is security onion

A

An open-source suite of tools that work together for network security analysis.

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

What is Wireshark?

A

Network packet capture tool

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

mv

A

Moves or renames files and directories

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

chmod

A

modifies file permissions

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

chown

A

changes ownership of a file

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

dd

A

copies data from an input to an output

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

pwd

A

displays the name of the current directory

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

ps

A

lists the processes running

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

su

A

become a superuser/admin

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

sudo

A

runs a command as admin

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

grep

A

used to search for specific strings of characters

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

ifconfig

A

display network card related info

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

apt-get

A

used to intsall, configure or remove packages

17
Q

passwd

A

used to change the password

18
Q

cat

A

used to list the contents of a file

19
Q

man

A

used to display the documentation for a specific command

20
Q

ls

A

displays files inside a directory

21
Q

cd

A

changes the current directory

22
Q

mkdir

A

creates a directory under the current directory

23
Q

cp

A

copies files from source to destination

24
Q

rm

A

removes files

25
Q

What is a daemon

A

a background process that runs without user interaction

26
Q

what is a process

A

a running instance of a computer program