Access Linux File Systems Flashcards

1
Q

What are storage devices represented by?

A

The block device file type.

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

What does the df command do?

A

Reports total disk space, used disk space, and free disk space on all mounted regular file systems.

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

What command is used by root to manually mount a file system?

A

mount

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

What is required to successfully unmount a device?A

A

All processes must stop accessing the mount point.

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

Where are removable storage devices mounted when using the graphical environment?

A

/run/media

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

What does lsblk command do?

A

Lists the details of block devices, such as the size and the UUID.

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

What does the find command do?

A

Searches in real time in the local file systems for files according to search criteria.

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