Linux Applications

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

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:36 AM on 3/2/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards
Linux Applications
"Programs and tools used in Linux systems to perform tasks such as editing files
2
New cards
Text Editor
"A program used to create and edit plain text files in Linux
3
New cards
Script
"A text file containing commands that are executed automatically by the system."
4
New cards
Configuration File
"A text-based file that stores system or program settings in Linux."
5
New cards
emacs
"A highly customizable and extensible Linux text editor that can function like an IDE."
6
New cards
nano
"A beginner-friendly and simple text editor in Linux."
7
New cards
gedit
"A GUI-based text editor that runs in the GNOME desktop environment."
8
New cards
vi
"A native text editor found in almost all Linux and Unix systems that operates using modes."
9
New cards
vim
"An enhanced version of vi with additional features (vi improved)."
10
New cards
Command Mode
"The default mode in vi where keystrokes are interpreted as commands instead of text."
11
New cards
Insert Mode
"The mode in vi where typed characters are inserted into the document."
12
New cards
Replace Mode
"The mode in vi where typed characters overwrite existing characters."
13
New cards
Esc Key
"Used to exit Insert or Replace Mode and return to Command Mode in vi."
14
New cards
:w Command
"A vi command used to save changes made to a file."
15
New cards
h
"Moves the cursor one character to the left in vi."
16
New cards
l
"Moves the cursor one character to the right in vi."
17
New cards
j
"Moves the cursor one line down in vi."
18
New cards
k
"Moves the cursor one line up in vi."
19
New cards
0
"Moves the cursor to the beginning of the current line in vi."
20
New cards
^
"Moves the cursor to the first non-whitespace character of the current line."
21
New cards
$
"Moves the cursor to the end of the current line."
22
New cards
w
"Moves the cursor to the beginning of the next word."
23
New cards
Ctrl+f
"Moves one page down in vi."
24
New cards
Ctrl+b
"Moves one page up in vi."
25
New cards
G
"Moves the cursor to the last line of the file."
26
New cards
numberG
"Moves the cursor to a specified line number in the file."
27
New cards
i
"Enters Insert Mode at the current cursor position."
28
New cards
A
"Appends text at the end of the current line and enters Insert Mode."
29
New cards
o
"Inserts a new line below the current line and enters Insert Mode."
30
New cards
O
"Inserts a new line above the current line and enters Insert Mode."
31
New cards
x
"Deletes the current character."
32
New cards
3x
"Deletes the current character and the next two characters."
33
New cards
dd
"Deletes the current line."
34
New cards
5dd
"Deletes the current line and the next four lines."
35
New cards
d$
"Deletes text from the cursor position to the end of the current line."
36
New cards
d0
"Deletes text from the cursor position to the beginning of the line."
37
New cards
dG
"Deletes text from the current line to the end of the file."
38
New cards
yy
"Copies the current line."
39
New cards
5yy
"Copies the current line and the next four lines."
40
New cards
y$
"Copies text from the cursor position to the end of the line."
41
New cards
yG
"Copies text from the current line to the end of the file."
42
New cards
Productivity Software
"Applications that allow users to create and manage documents
43
New cards
LibreOffice
"The office suite for Linux that includes tools for word processing
44
New cards
Writer
"The word processing application in LibreOffice."
45
New cards
Calc
"The spreadsheet application in LibreOffice."
46
New cards
Impress
"The presentation application in LibreOffice."
47
New cards
Draw
"The vector graphics and flowchart tool in LibreOffice."
48
New cards
Base
"The database management application in LibreOffice that supports MySQL
49
New cards
Math
"The formula editor in LibreOffice used for mathematical and scientific equations."
50
New cards
GIMP
"An image editing software for Linux used for photo enhancement