What is Linux

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 68

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

69 Terms

1

Linux

An open-source operating system modeled on UNIX, freely available, and a multiuser system.

New cards
2

Founder

Linus Torvalds, who created Linux in 1991.

New cards
3

Kernel

The core program of an operating system that manages the CPU, memory, and peripheral devices.

New cards
4

Operating System (OS)

Software that allows users to interact with computer hardware and manage resources.

New cards
5

Patches

Changes made to the Linux kernel that can improve performance, fix problems, or add features.

New cards
6

Bootloader

Software that manages the boot process of a computer.

New cards
7

Bootstrapping

The process of starting up a computer and creating a compiler.

New cards
8

Init system

A subsystem that bootstraps user space and controls daemons.

New cards
9

Daemons

Background services that run during boot or after logging into the desktop.

New cards
10

Graphical server

The subsystem that displays graphics on the monitor (X server).

New cards
11

Desktop Environment

The interface that users interact with on a computer.

New cards
12

Applications

Software programs similar to those found in an app store.

New cards
13

Distribution (distros)

Different versions of Linux tailored for various users (e.g., Ubuntu, Debian).

New cards
14

Live Distribution

A version of Linux that can run from a CD/DVD or USB without installation.

New cards
15

Detecting and preparing hardware

The OS identifies and loads necessary drivers for hardware components.

New cards
16

Managing processes

The OS tracks multiple processes and manages CPU access.

New cards
17

Managing memory

The OS allocates RAM and swap space to applications.

New cards
18

Providing user interfaces

The OS offers ways for users to access the system.

New cards
19

Shell

A command-line interpreter that processes user commands.

New cards
20

Terminal emulator

A program that allows interaction with the shell in a graphical interface.

New cards
21

Controlling filesystems

The OS manages file and directory ownership and access.

New cards
22

User access and authentication

The OS creates user accounts and sets boundaries between users.

New cards
23

Administrative utilities

Tools for managing users, disks, and network monitoring.

New cards
24

Starting up services

The OS initializes services like printers and logging.

New cards
25

Programming tools

Utilities for creating applications and libraries.

New cards
26

Clustering

Configuring multiple systems to appear as one to users.

New cards
27

Virtualization

Efficiently managing computing resources.

New cards
28

Cloud computing

Managing large-scale virtualization environments.

New cards
29

Real-time computing

Configuring Linux for real-time applications.

New cards
30

Specialized storage

Interfaces for local and networked storage.

New cards
31

Basic Linux Commands

Common commands used in Linux, typically in lowercase.

New cards
32

ls

Lists directory contents.

New cards
33

cd

Changes the current directory.

New cards
34

pwd

Displays the present working directory.

New cards
35

cat

Concatenates and displays files.

New cards
36

echo

Displays arguments to the screen.

New cards
37

man

Displays the online manual for commands.

New cards
38

exit

Exits the shell or current session.

New cards
39

clear

Clears the terminal screen.

New cards
40

touch

Creates an empty file.

New cards
41

id

Prints user and group IDs.

New cards
42

who

Shows who is logged on.

New cards
43

w

Displays who is logged on and their activities.

New cards
44

uname

Prints system information.

New cards
45

whoami

Prints the effective user ID.

New cards
46

mkdir

Creates directories.

New cards
47

passwd

Changes a user's password.

New cards
48

less

Reads a file incrementally.

New cards
49

head/tail

Reads the first or last 10 lines of a file.

New cards
50

find

Locates files on the system.

New cards
51

grep

Searches for a string in a file.

New cards
52

sort

Organizes text in a file.

New cards
53

wc

Counts words in a file.

New cards
54

vi

A text editor available in Linux.

New cards
55

Command Structure

The format for executing commands in Linux.

New cards
56

User Management

Managing user accounts and permissions in Linux.

New cards
57

Root account

The administrative account with UID 0.

New cards
58

System Accounts

Accounts created for services, not for user login.

New cards
59

sudo

A command that allows users to run commands as another user.

New cards
60

Wheel group

A group that has sudo privileges by default.

New cards
61

Character class

matches any of the characters included between the brackets

New cards
62

wildcards

a character or string used for pattern matching paths

New cards
63

BASH

programming language

New cards
64

to remove a directory in the shell

rm -r

New cards
65

$

standard user

New cards
66

#

root user

New cards
67

dynatrace

global tech company, that provided software observability platform based on AI and automation

New cards
68

what components build a command?

command, options and arguments

New cards
69
New cards

Explore top notes

note Note
studied byStudied by 15 people
844 days ago
5.0(1)
note Note
studied byStudied by 34 people
872 days ago
5.0(2)
note Note
studied byStudied by 10 people
861 days ago
5.0(2)
note Note
studied byStudied by 1 person
771 days ago
5.0(1)
note Note
studied byStudied by 769 people
1006 days ago
5.0(2)
note Note
studied byStudied by 54 people
784 days ago
4.0(2)
note Note
studied byStudied by 31 people
120 days ago
5.0(1)
note Note
studied byStudied by 10832 people
662 days ago
4.7(47)

Explore top flashcards

flashcards Flashcard (50)
studied byStudied by 9 people
736 days ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 5 people
875 days ago
5.0(1)
flashcards Flashcard (66)
studied byStudied by 4 people
446 days ago
5.0(1)
flashcards Flashcard (33)
studied byStudied by 14 people
357 days ago
5.0(1)
flashcards Flashcard (30)
studied byStudied by 9 people
793 days ago
4.0(1)
flashcards Flashcard (71)
studied byStudied by 7 people
807 days ago
5.0(1)
flashcards Flashcard (68)
studied byStudied by 8 people
1 day ago
5.0(1)
flashcards Flashcard (48)
studied byStudied by 252 people
705 days ago
5.0(11)
robot