DECK 5 — STORAGE, I/O & TROUBLESHOOTING

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

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:55 PM on 4/8/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

30 Terms

1
New cards
Standard Input (stdin)
Input source for a command (usually keyboard)
2
New cards
Standard Output (stdout)
Output of a command (usually screen)
3
New cards
Standard Error (stderr)
Error output of a command
4
New cards
Redirection
Sending output to a file instead of the screen
5
New cards
Pipe (|)
Passing output of one command as input to another
6
New cards
/dev/null
A file that discards all data written to it
7
New cards
tee
A command that outputs to both screen and file
8
New cards
9
New cards
fdisk
Command used to create and manage disk partitions
10
New cards
mkfs
Command used to create a file system on a partition
11
New cards
fstab
A configuration file that defines file systems to mount at boot
12
New cards
df
Command used to display disk space usage
13
New cards
du
Command used to display file or directory sizes
14
New cards
lsblk
Command used to list block storage devices
15
New cards
fsck
Command used to check and repair file systems
16
New cards
resize2fs
Command used to resize ext file systems
17
New cards
18
New cards
Logical Volume Manager (LVM)
A system that allows flexible disk management
19
New cards
Physical Volume (PV)
A physical storage device used by LVM
20
New cards
Volume Group (VG)
A pool of storage made from physical volumes
21
New cards
Logical Volume (LV)
A virtual partition created from a volume group
22
New cards
23
New cards
Troubleshooting
The process of identifying and fixing problems
24
New cards
df -h
Command used to check disk space in human-readable format
25
New cards
du -sh
Command used to find large files or directories
26
New cards
iostat
Command used to monitor disk performance
27
New cards
ioping
Command used to measure disk latency
28
New cards
Quota
A limit on how much storage a user can use
29
New cards
Soft Limit
A warning limit that can be temporarily exceeded
30
New cards
Hard Limit
A strict maximum that cannot be exceeded