Bird
0
0

You run free -m but the output shows zero values for used and free memory. What is the most likely cause?

medium📝 Troubleshoot Q6 of 15
Linux CLI - System Administration
You run free -m but the output shows zero values for used and free memory. What is the most likely cause?
AIncorrect command syntax
BThe command was run inside a restricted container without memory info
CThe <code>free</code> command is not installed properly
DThe system has no memory installed
Step-by-Step Solution
Solution:
  1. Step 1: Analyze zero memory output

    Zero values usually mean the command cannot access memory info, often in restricted environments like containers.
  2. Step 2: Check other options

    Syntax is correct, system without memory is impossible, and free command missing would cause error, not zero output.
  3. Final Answer:

    The command was run inside a restricted container without memory info -> Option B
  4. Quick Check:

    Zero memory output = restricted environment [OK]
Quick Trick: Zero memory output often means restricted container [OK]
Common Mistakes:
  • Assuming syntax error
  • Thinking system has no memory
  • Assuming command missing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes