CHAPTER ONE: LINUX SYSTEMS Flashcards

(35 cards)

1
Q

What is linux?

A

It is a open source, free operating system created in 1991 by Linus Torvalds (student in Finland).

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

Open-source

A

Code is public and editable by anyone. Free to use and share

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

Closed-source

A

Code is hidden. Only the company can edit it

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

Operating system (os)

A

Software that runs your computer. It talks to your hardware (keyboard, screen, memory)

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

Kernel

A

The core of the os. It controls the cpu, memory and devices

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

Linux-distro

A

A version or flavor of linux like ubuntu, mint, fedora, kali.

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

What is a vm?

A

Virtual machine. Like running a pretend computer inside your real computer.

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

Terminal

A

The window you type in

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

Shell

A

The program that reads and runs your commands

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

Command lines

A

Typing out what you want you’re computer to do

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

Terminal emulator

A

A program that emulates (mimics) a physical terminal. Interacts with the shell.

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

What do you press to open the command terminal?

A

Ctrl + alt + T

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

Command: date

A

Shows current date and time

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

Command: cal

A

Shows current months calendar

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

Command: cal 2024

A

Shows the whole year’s calendar

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

Command: clear

A

Clears the terminal screen

17
Q

Command: iscpu

A

Info about your computer’s processor

18
Q

Command: uptime

A

Shows how long your system has been on

19
Q

Command: reboot

A

Restarts your computer

20
Q

Command: pwd

A

Shows current folder you’re in

21
Q

Command: is

A

Shows a list of all folders/files in current folder

22
Q

Command: passwd

A

Changes your password

23
Q

Command: hostname

A

Shows Computers name

24
Q

Command: free-h

A

Shows memory (RAM) in human readable format

25
Command: echo hello!
Prints a message
26
Command: history
Shows all command you’ve typed so far
27
Command: !7
Repeats command #7 from history
28
Command: uname
Shows linux system name
29
Command: uname-r
Shows kernel version
30
Command: uname-a
Shows full system info
31
Command: Lsb_release-a
Shows ubuntu version
32
Command: Exit
Closes the terminal
33
Load average
How busy your computer is (1,5,15) - if 1st number is highest: system getting busier - if last number is highest: system calming down - if 1 minute load more than the 5 or 15 minutes: load increasing - if 1 minute load less than 5 or 15: load decreasing
34
System load
The amount of work the cpu preforms at a given time. So the more processes running the higher your system load.
35
Directory
In linux, we refer to folders as directories. A file that contains another file