LINUX FILE SYSTEM Flashcards

1
Q

What does Linux use to distinguish directory paths?

A

Forward Slash (/)

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

T/F- The Linus file system is case-sensitive.

A

True

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

T/F- Everything is a file in Linux.

A

True

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

What defines the structure and layout of Linux File System and is maintained by the Linux Foundation?

A

FHS Filesystem Hierarchy Standard

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

T/F- All Linux distributions follow FHS.

A

False

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

What is the top of the FHS?

A

ROOT

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

Basic functions are stored here; stands for binaries, programs, or applications.

A

/bin

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

This is the directory for system binaries.

A

/sbin

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

T/F -Standard users can have access to /sbin.

A

True (yes, with permission)

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

T/F -When a program is installed, the program is typically not placed in either /bin or /sbin.

A

True

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

This is the directory that contains everything which allows the operating system to boot.

A

/boot

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

The /boot directory contains _________.

A

bootloaders

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

The directory where devices are located.

A

/dev

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

The directory where hardware is located.

A

/dev

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

The directory that is an area which drivers and applications can access, but users should refrain.

A

/dev

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

The directory where all configuration files are stored.

A

/etc

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

The “etc” stands for _________.

A

Edit to Configure

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

Libraries are stored in the __________, __________,
and ___________ directories.

A

/lib, /lib32, /lib64

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

These are files that applications use to perform various functions.

20
Q

These directories are where mounted drives are located.

A

/mnt & /media

21
Q

When automatically mounted (by distro), it goes to the ___________ directory; if manually mounted, it goes to the __________ directory.

A

/media; /mnt

22
Q

Usually where manually installed software resides in this directory.

23
Q

Self-created software should be installed in this directory.

24
Q

Where are pseudo files that contain information about system processes and resources stored?

25
T/F -Not every process will have a directory located in the /proc directory.
False
26
Which directory can CPU information be found?
/proc
27
This is the home directory of the root user.
/root
28
Everything within this directory is deleted once the system is rebooted.
/run
29
Which directory, mainly used by Ubuntu, stores snap packages?
/snap
30
These are completely self-contained packages that run differently than regular packages.
snap packages
31
Which directory is the service data stored?
/srv
32
If running a web server, the user should place and store files within this directory in order for the file to be accessed by an external user.
/srv
33
This directory allows the user to interact with the kernel.
/sys
34
T/F -Nothing is physically or terminally stored in the /sys directory.
True
35
T/F Temporary files are stored in the /sys directory.
False
36
The directory where temporary files are stored by applications that could be used during a session.
/tmp
37
T/F -Nothing is installed in the system folder.
True
38
This directory is usually emptied on reboot.
/tmp
39
What does the /usr file stand for?
Unix System Resource
40
Which directory is a user application space where applications will be installed that are used by the user?
/usr
41
Any application installed in the _________ directory is considered non-essential for basic system operation.
/usr
42
T/F A hidden directory is one that starts with "!".
False
43
Which directory contains files and directories that are expected to grow in size?
/var
44
Each user has its own directory within Linux, what is it called?
/home
45
Which directory are personal files and documents stored?
/home
46
Hidden directories are distinguished with _________.
period
47
T/F -There is an default install location for applications in Linux- C:\Application Directory.
False