Linux Directory Structure Flashcards

1
Q

/bin

A

Binaries, eg: executable code written in binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Root

A

/ (Top level directory)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

/etc

A

System configuration files that determine how the the OS will run. eg: a file that says text or graphical mode on start up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

/home

A

home directory, where user directories exist

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

/opt

A

3rd party software or optional files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

tmp

A

temporary storage, closed on boot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

/usr

A

User related programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

/var

A

variable data that changes often, such as log files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

/boot

A

Where the files for startup live

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

/cgroup

A

Control Groups hierarchy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

/dev

A

Deivces files for controlling devices associated with the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

/export

A

Shared file systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

/lib

A

System Libraries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

/lib64

A

System libraries, 64 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

/lost+found

A

Used by the file system to store recovered files after a file system check

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

/media

A

used for content from external devices (USBs and CD-Roms)

16
Q

/mnt

A

used to mount external file systems

17
Q

/proc

A

provides info about running processes

18
Q

/root

A

the home directory for the root account

19
Q

/sbin

A

system administration binaries

20
Q

/selinux

A

Used to display information about SELinux

21
Q

/srv

A

for data served by a linux server

22
Q

usr/local

A

Where software not bundled with linux are installed (except when they are installed in opt, or just in the local directly)

23
Q

/opt/companyname/productName

A

when a company installs multiple products inside one company name folder