Linux Filesystem Flashcards

1
Q

Types of filesystem supported by Linux ?

A

+ Conventional disk filesystems: ext2, ext3, ext4, XFS, Btrfs, JFS, NTFS, etc.
+ Flash storage filesystems: ubifs, JFFS2, YAFFS, etc.
+ Database filesystems
+ Special purpose filesystems: procfs, sysfs, tmpfs, squashfs, debugfs, etc.

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

A partition is ?

A

A physically contiguous section of a disk.

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

A filesystem is ?

A

A method of storing/finding files on a hard disk (usually in a partition).

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

FHS stands for ?

A

Filesystem Hierarchy Standard.

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

” sudo -i “ does ?

A

Login as root.

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

/root/ is ?

A

Home directories for root user.

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

/home/ is ?

A

User home directories.

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

/sbin/ is ?

A

System binaries.

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

/tmp/ is ?

A

Temporary files.

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

/media/ is ?

A

Mount point for removable media.

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

/dev/ is ?

A

Device files.

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

/bin/ is ?

A

Essential user command binaries.

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

/lib/ is ?

A

Essential shared libraries and kernel modules.

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

/etc/ is ?

A

Host-specific system configuration.

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

/boot/ is ?

A

Static files of the boot loaders.

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

/var/ is ?

A

Variable files.