102 Design hard disk layout Flashcards

1
Q

disk partitioning (Basic Desktop)

A

“Basic Desktop:
/ (root)
/boot (100mb)
swap (swap file is 1 or 2 times the RAM)

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

disk partitioning (Network workstation)

A

“Network workstation:
/ (root)
/boot (100mb)
/Home (possible NFS or SMB)
swap (swap file is 1 or 2 times the RAM)”

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

disk partitioning (Server)

A

“Network workstation:
/Home (possible NFS or SMB)
/var
/usr/bin/apache
swap (swap file is 1 or 2 times the RAM)”

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

swap space

A

“swap partition or a swap file - that Linux treats as an extension of memory

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

Knowledge of basic features of LVM

A

“An alternative to partitions for some functions is logical volume management (LVM).
To use LVM, you set aside one or more partitions and assign them partition type codes of 0x8e.
You then use a series of utilities, such as pvcreate, vgcreate, lvcreate, and lvscan, to manage the partitions (known as physical volumes in this scheme), to merge them into volume groups, and to create and manage logical volumes within the volume groups.”

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

/ (root)

A

the root directy. Top of the file system

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

/bin (along with sbin on some systems)

A

Critical system executable needed to boot the system or run it

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

/var

A

“a place to store files for administration.
Commonly stores log files and temp storage space for some services (such as spooling for mail, printers).”

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

/home

A

location of user directories

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

/dev

A

devices connected to the system, such as terminals, disks, cd-roms, modems…etc.

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

/etc

A

System configuration files, including accounts, and passwords, network addresses and names, system start up settings.

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

/lib

A

The home of various shared libraries for programs

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

/mnt

A

create empty directories—for user-mountable media.

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

/proc

A

“This is an unusual directory because it doesn’t correspond to a regular directory or partition.
Instead, it’s a virtual filesystem that’s created dynamically by Linux to provide access to certain types of hardware information that aren’t accessible via /dev.”

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

/tmp

A

temp files created by applications

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

/usr

A

critical system files,

17
Q

/usr/bin

A

some standard system utilties

18
Q

/usr/man

A

manual pages

19
Q

/usr/include

A

headers for C programs

20
Q

/usr/sbin

A

administration executable

21
Q

/boot

A

kernel and other critical boot files, and more.