Glossary Terms from Module 3-04 Flashcards

1
Q

Define Application

A

The full file path, which starts from the root

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

Define Argument (Linux)

A

Specific information needed by a command

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

Define Authentication

A

The process of verifying who someone is

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

Define Authorization

A

The concept of granting access to specific resources in a system

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

Define Bash

A

The default shell in most Linux distributions

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

Define Command

A

An instruction telling the computer to do something

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

Define File path

A

The location of a file or directory

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

Define 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
9
Q

Define Filtering

A

Selecting data that match a certain condition

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

Define nano

A

A command-line file editor that is available by default in many Linux distributions

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

Define Options

A

Input that modifies the behavior of a command

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

Define Permissions

A

The type of access granted for a file or directory

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

Define Principle of least privilege

A

The concept of granting only the minimal access and authorization required to complete a task or function

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

Define Relative file path

A

A file path that starts from the user’s current directory

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

Define Root directory

A

The highest-level directory in Linux

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

Define Root user (or superuser)

A

A user with elevated privileges to modify the system

17
Q

Define Standard input

A

Information received by the OS via the command line

18
Q

Define Standard output

A

Information returned by the OS through the shell