Linux Directories Flashcards

1
Q

/

A

root directory

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

/bin

A

contains executable programs which are needed in single user mode and to bring the system up or repair it.

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

/dev

A

special or device files which refer to physical devices like a hdd, keyboard, monitor, etc

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

/etc

A

contains configuration files which are local to the machine. Some larger software packages, like Apache, can have their own subdirectories below /etc like /etc/httpd

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

/home

A

Space for users to store files. This can be changed by admins.

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

/lib

A

houses shared libraries that are necessary to boot the system and run the commands in the root filesystem

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

/sbin

A

like /bin, this directory holds commands needed to boot the system, but which are usually not executed by normal users, root or admin user specific commands go here

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

/usr

A

usually mounted from a separate partition. This should contain only sharable, read-only data so it can be mounted by various machines running linux.

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