Tools of the Trade: Linux and SQL: Module 3 Flashcards

(18 cards)

1
Q

Absolute File Path

A

The complete path to a file or folder starting from the root ‘/’

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

Argument (Linux)

A

Extra info given to a command so it knows what to do

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

Authentication

A

Checking who someone is

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

Authorization

A

Allowing access to specific things in a system

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

Bash

A

The main command-line shell in most Linux systems

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

Command

A

An instruction you give the computer

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

File Path

A

The location of a file or folder

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

Filesystem Hierarchy Standard (FHS)

A

Rules for how Linux stores and organizes files

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

Filtering

A

Showing only the data that matches certain rules

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

Nano

A

A simple text editor you use in the terminal

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

Options

A

Special input that changes how a command works

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

Permissions

A

Rules about who can read, change, or run a file or folder

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

Principle of Least Privilege

A

Only give people the access they need and nothing more

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

Relative File Path

A

A file path that starts from where you are now

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

Root Directory

A

The top-level folder in Linux

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

Root User (or Superuser)

A

A user who can change anything in the system

17
Q

Standard Input

A

Info typed into the terminal

18
Q

Standard output

A

What the system shows you after a command