CM1 Flashcards

1
Q

1-Linux Basics

Kernel

A

Core of the Linux OS that manages hardware and system processes.

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

1-Linux Basics

Shell

A

Command-line interface for interacting with the OS.

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

1-Linux Basics

Distribution (Distro)

A

A version of Linux packaged with different software (e.g., Ubuntu, Fedora, CentOS).

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

1-Linux Basics

CLI (Command Line Interface)

A

A text-based interface for managing the system.

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

2-Open Source & Licensing

GNU GPL (General Public License)

A

A free software license allowing modification and redistribution.

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

2-Open Source & Licensing

Free Software Foundation (FSF)

A

Organization promoting free software.

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

2-Open Source & Licensing

Open Source

A

Software whose source code is available for modification and distribution

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

2-Open Source & Licensing

Proprietary Software

A

Software with restricted source code access.

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

3-Command Line Basics

pwd

A

Prints the current working directory.

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

3-Command Line Basics

ls

A

Lists files and directories

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

3-Command Line Basics

cd

A

Changes the current directory

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

3-Command Line Basics

man

A

Displays the manual pages for a command

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

3-Command Line Basics

echo

A

Prints text to the terminal

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

4-File Management

touch

A

Creates an empty file

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

4-File Management

cp

A

Copies files

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

4-File Management

mv

A

Moves/renames files

17
Q

4-File Management

rm

A

Removes files

18
Q

4-File Management

cat

A

Displays file contents

19
Q

4-File Management

less/more

A

Allows scrolling through file contents.