File System Hierarchy Standar Flashcards

Understand Linux filesystem hierarchy

1
Q

/etc

A

Contains configuration file for programs and packages

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

/var

A

Variable data specific to system. This data should not be removed or changed when the system reboots. Logs files are typically stored on /var/log/

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

/run

A

Runtime data for processes since last boot

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

/home

A

location of home directories; used for storing personal docs and information

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

/root

A

root user home directory

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

/tmp

A

tmp file storage; files are removed after 10 days; universal read/write permissions with sticky bit

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