Ubuntu Linux: Linux File Structure Flashcards
Input a command to access the OS file structure
[cd /]
What file in the Linux file structure stores most Linux core utilities and binary files (such as[cd,mv,pwd,etc.] command files)?
bin
What file keeps the boot files
boot
What is partitioning?
Splitting a physical drive into virtual logical drives
What file stores disk location?
cdrom
Where are all physical devices mounted?
dev folder
Where can you find configuration files?
etc. folder
Where are all user name folders stored (photos, documents, etc.)?
home folder
What file folder contains files that are needed for your program to run Linux (similar to WIindows program files folder)?
lib
Where will your external devices appear?
media folder
what is the purpose of the mnt folder in Linux?
It serves as a placeholder for mounting folders and drives
What purpose does the opt folder serve?
Holds files for optional software for the system
What is contained in the proc folder?
Processes folder where systems info is represented as files (this allows Linux kernel to send and receive info from various processes running in Linux).
What can be found in the root folder?
The home directory for the root account
What is contained in the run folder?
Drives that are automounted (this is only relevant to a desktop environment)