What are storage devices represented by?
The block device file type.
What does the df command do?
Reports total disk space, used disk space, and free disk space on all mounted regular file systems.
What command is used by root to manually mount a file system?
mount
What is required to successfully unmount a device?A
All processes must stop accessing the mount point.
Where are removable storage devices mounted when using the graphical environment?
/run/media
What does lsblk command do?
Lists the details of block devices, such as the size and the UUID.
What does the find command do?
Searches in real time in the local file systems for files according to search criteria.