Files and File Systems Flashcards
1
Q
What is a file?
A
A collection of related data stored on a storage device and treated as a single unit.
2
Q
What is a file system?
A
Software that manages how data is stored and retrieved on storage devices.
3
Q
What are the key responsibilities of a file system?
A
1) Storing files, 2) Organizing files into directories, 3) Managing metadata (e.g., file names, permissions, timestamps).
4
Q
What is metadata in file systems?
A
Information about a file, such as its name, size, type, permissions, and timestamps.
5
Q
What is a directory?
A
A container used to organize files and other directories in a hierarchical structure.