CM3 Flashcards

1
Q

8-Networking Basics

ip a

A

Displays network interface information

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

8-Networking Basics

ifconfig

A

Older command for network configuration

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

8-Networking Basics

ping

A

Tests connectivity to another system

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

8-Networking Basics

netstat

A

Shows network connections

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

8-Networking Basics

ss

A

Displays socket statistics (replacement for netstat)

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

8-Networking Basics

hostname

A

Displays or sets the system’s hostname

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

9-Scripting & Automation

Shell Script

A

A file containing shell commands

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

!/bin/bash

9-Scripting & Automation

A

Declares a script as a Bash script

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

9-Scripting & Automation

chmod +x

A

Makes a script executable

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

9-Scripting & Automation

cron

A

Task scheduler for automating processes

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

9-Scripting & Automation

(Comment Symbol)

A

Used for adding comments in scripts

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

10-Archiving & Compression

tar

A

Archives files

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

10-Archiving & Compression

gzip

A

Compresses files

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

10-Archiving & Compression

gunzip

A

Decompresses .gz files

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

10-Archiving & Compression

zip/unzip

A

Compresses and extracts .zip files

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

10-Archiving & Compression

tar -cvf

A

Creates a tar archive

17
Q

10-Archiving & Compression

tar -xvf

A

Extracts a tar archive