The File System Flashcards
What are the 2 types of files
- Ordinary Files – people just call these files, but the most technical term is Directory Entries
- Directory Files – or just Directories; AKA folders
What do you call a folder within a folder and vice versa
A child or subdirectory; a parent
What is the most typical max length of characters for a filename
255
What is the max length for pathnames from the root
4096
How is a file hidden
If the filename starts with . or ..
What are the user preferences files called and where are they located
Startup Files; they are in your home directory hidden
What is a pathname called when its from the root
Absolute Pathnames
How do you reference the parent directory
../
What is the /bin
Holds essential command binaries
Where are the booting files
/boot
Where are the files for devices
/dev
What is the /etc
Machine-local system configuration files
What are the 3 file permission user types
- Owner
- Group
- Other
What are the 3 file permissions
- Read
- Write
- Execute
What are the 2 types of arguments for permission changes
- Numeric
- Symbolic