Linux environment Flashcards

1
Q

What is the bin folder

A

executable system files (ones that the user did not install but it came with the system)

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

What is the boot folder

A

Holds files that linux uses to boot up. Don’t mess with this

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

What is cdrom

A

For cd’s

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

What is the dev folder

A

Contains folders and files associated with the hardware (also dont mess with this)

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

What is the etc folder

A

Contains configuration files for the system

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

What is the lib folder

A

Contains resources that the system uses to function (Yeah, dont mess with this one)

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

What is the lost+found folder

A

This is where if there is an error with the hard drive, files may be found in there

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

What is media

A

To load usb’s

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

What is mnt

A

The same thing as media

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

What is opt

A

User installed programs go in here (if you want).

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

What is the proc

A

Stands for process. Running programs will have an entry in the proc

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

root

A

home for the root user

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

What is the run folder

A

A temporary file system that stores info on programs that start early during the boot process

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

What is sbin

A

Basically bin but for admins

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

What is the srv folder

A

Holds data used by services running on the system. Like web servers or FTP servers

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

What is tmp

A

Stores temporarily files that after reboot it gets deleted

17
Q

What is the usr folder

A

stores usr controlled files

18
Q

What is var

A

system files get stored here. Log files, mail directories, etc.