Access Linux File Systems Flashcards
1
Q
What are storage devices represented by?
A
The block device file type.
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.
3
Q
What command is used by root to manually mount a file system?
A
mount
4
Q
What is required to successfully unmount a device?A
A
All processes must stop accessing the mount point.
5
Q
Where are removable storage devices mounted when using the graphical environment?
A
/run/media
6
Q
What does lsblk command do?
A
Lists the details of block devices, such as the size and the UUID.
7
Q
What does the find command do?
A
Searches in real time in the local file systems for files according to search criteria.