Linux

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:10 PM on 12/7/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Linux

The Linux kernel, which is the core of an operating system that interfaces directly with hardware components.

2
New cards

Linux Distributions

Different operating systems that use the Linux kernel, also known as "distributions."

3
New cards

Desktop Distributions

Linux distributions with a Graphical User Interface (GUI) to make Linux more accessible to users.

4
New cards

Server Distributions

Linux distributions specialized for use on servers, without a GUI, and operated through text-based commands in the terminal.

5
New cards

Linux Terminal

The command line interface in Linux, which is the most powerful way to interact with the operating system.

6
New cards

Shell

The program that runs in the terminal, responsible for interpreting commands, running programs, and displaying output. The most common shell is the "bash" shell.

7
New cards

Superuser

The administrative account in Linux, usually named "root," with total control over the operating system and the ability to perform any action.

8
New cards

Linux Commands

Instructions that can be executed in a Linux operating system to interact with the system, manage files and processes, and perform various tasks.

9
New cards

ls

Lists files and directories in the current directory.

10
New cards

cd

Changes the current directory.

11
New cards

mkdir

Creates a new directory.

12
New cards

rm

Removes files and directories.

13
New cards

cp

Copies files and directories.

14
New cards

mv

Moves or renames files and directories.

15
New cards

grep

Searches for a specific pattern in files.

16
New cards

chmod

Changes the permissions of files and directories.

17
New cards

ps

Lists running processes.

18
New cards

top

Displays real-time system information.

19
New cards

cat

Joins the contents of several files together and prints the result to the terminal.

20
New cards

less

Used for reading long files.

21
New cards

find

Searches for files on a system.

22
New cards

which

Shows the location of a tool installed in the system's PATH.

23
New cards

apropos

Pulls up a manual page on tools installed on the Linux system.

24
New cards

nano

Command-line based text editor.

25
New cards

vim

Powerful text editor similar to "nano."

26
New cards

file

Determines the filetype of a file.

27
New cards

strings

Extracts text sequences from binary files.

28
New cards

wget

Allows downloading files from the internet.