Section 6: Directories and files Flashcards
Learning manipulate and navigate the file system with in Linux
multi users can use the same system.
General user and super user
What is a superuser?
a superuser can access all parts of the system to execute admin tasks.
What are home directories?
Each user ( incl superuser) has their own home directory to store their photos/ downloads, bookmarks etc..
What are system directories?
Hold center config files and executable files. Can only be controlled by the super user.
what does / represented in the file tree?
root directory
What is mount and unmount?
Partitions and drives have to be mounted onto the tree in Linux, they do not have their own separate trees.
Can you access unmounted partitions or devices?
Data from unmounted partition or device is inaccessible.
What is important to not about naming conventions in Linux file system.
Linux file system names are case sensitive.
Do files in Linux need extensions?
Files in Linux do not need to have file extensions, it only matter what the format it was saved as.
How do you hidden files in Linux?
by putting . infront of the file name
T/F: Only the owner and root user of a file or directory can grant access?
true
What are the three type of permissions?
read, write and execute
Where can you change access permissions for files?
shell or GUI file manager
What does FHS stand for?
Filesystem Hierarchy Standard