Linux File System Fundamentals (Unit 1)

call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:37 PM on 9/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat
Add student to class section state
Add studentsNo students in these sections. Invite them to track progress!

18 Terms

1
New cards

Free and Open Source (FOSS)

Software license granting rights to use modify and distribute software free of charge

2
New cards

Distro

Short for distribution: a Linux operating system packaged with specific components

3
New cards

Kernel

The heart of an operating system that manages system resources

4
New cards

Command Line Interface (CLI)

A text-based interface that accepts input in the form of commands

5
New cards

Graphical User Interface (GUI)

An environment for passing commands using a graphical mouse-driven interface

6
New cards

Shell

A program that takes keyboard commands and gives them to the OS to perform

7
New cards

Environment Variables

Variables that store information about the shell session and working environment

8
New cards

Linux FHS

Set of guidelines for directory placement based on file contents

9
New cards

/

Root Directory. Top-level directory of the system and starting point for all paths

10
New cards

Absolute Path

Reference to a filesystem location starting from root irrespective of current directory

11
New cards

Relative Path

Reference to a filesystem location relative to the current working directory

12
New cards

Stream

Communication channel between a program and its launching environment

13
New cards
/boot
Directory containing files for starting and booting the operating system
14
New cards
/bin
Directory housing critical binary executable commands
15
New cards
/etc
Directory containing host-specific system configuration files
16
New cards
/home
Default storage directory for personal user files
17
New cards
/usr
Directory containing libraries and binaries for installed software applications
18
New cards
/dev
Directory providing access interfaces to physical system devices