Bird
0
0

Which factor primarily allows Linux to read files in constant time after the first read?

easy📝 Conceptual Q2 of 15
Linux CLI - Viewing and Editing Files
Which factor primarily allows Linux to read files in constant time after the first read?
APage cache in memory
BFile system journaling
CDisk fragmentation
DFile permissions
Step-by-Step Solution
Solution:
  1. Step 1: Identify what speeds up file reads

    Linux uses a page cache in RAM to store file data after first read.
  2. Step 2: Understand page cache role

    Page cache allows quick access to file data without disk access, making reads constant time.
  3. Final Answer:

    Page cache in memory -> Option A
  4. Quick Check:

    Page cache = constant time reads [OK]
Quick Trick: Page cache stores file data in RAM for fast access [OK]
Common Mistakes:
  • Confusing journaling with caching
  • Thinking disk fragmentation speeds reads
  • Ignoring role of memory cache

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes