Main File System Locations Flashcards

1
Q

root

A

/

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

log files and dynamic content

A

/var

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

user’s home directory where personal files stored

A

/home

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

where Linux kernel and supporting files stored

A

/boot

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

optional sw used by 3rd party sw vendors. Enterprise env makes extensive use of this location

A

/opt

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

temp storage that acts like RAM

A

swap

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

when percentage of ram is full the kernel

A

will move less used data to swap

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

swap partition

A

on its own

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

swap file (similar to page file on windows)

A

much slower performance than using dedicate partition

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

swap size older

A

rule of thumb from 1.5 to 2.0x size of available ram

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

now swap size

A

no less than 50% of available RAM

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

directory that contains all of your hardware that is attached to your system.

A

/dev

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

first hard drive
and that could be either a SCSI device or a SDA device that’s connected to your computer.
The A indicates that it is the first drive that is connected to your computer.
At least the first drive that the kernel can recognize.

A

SDA

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

this is the first partition of the sda drive.

A

/dev/sda1

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

when you take a partition of a disk or an entire disk for that matter and you mount it to a specific directory.

A

mount point

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

can be used to mount partitions to dirs or show all existing mounts without any options

A

mnt cmd

17
Q

used to show all blockd devices on a system and their names

A

lsblk cmd

18
Q

can be used to list out partition info on the specified disk

A

fdisk -l/dev/diskname

19
Q

shows a summary of the swap usage on a system and is the same info that can be
found in /proc/swaps

A

swapon –summary