FHS directory structure

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

The /bin directory

  • Contains executable files needed to manage and run the Linux system

  • Includes shell executables, and file system management utilities like cp and rm

2
New cards

The /boot

  • Contains boot loader files required for system boot up

3
New cards

The /dev directory

  • Contains special files that represent the hardware devices installed in the system

4
New cards

the /etc directory

  • Contains text-based configuration files used to configure the Linux system

  • Since they are text files, they can be customized

5
New cards

The /media directory

  • Used to mount external devices, like an optical drive or connected USB drive

  • Some distributions use /mnt instead of /media for temporarily mounting local and remote file systems

6
New cards

The /proc directory

  • This directory does not actually exist, it is dynamically created when it’s accessed

  • Plays key role in accessing information about processes running on the system and system information