Bird
0
0

What output will the command uptime produce on a system that has been running for 3 days, 4 hours, 12 minutes with load averages 0.15, 0.10, 0.05?

medium📝 Command Output Q13 of 15
Linux CLI - System Administration
What output will the command uptime produce on a system that has been running for 3 days, 4 hours, 12 minutes with load averages 0.15, 0.10, 0.05?
A 10:30:00 up 3 days, 4:12, 1 user, load average: 0.15, 0.10, 0.05
B 3 days, 4 hours, 12 minutes uptime with load 0.15, 0.10, 0.05
C uptime: 3d 4h 12m, load: 0.15 0.10 0.05
D System up for 3 days 4 hours 12 minutes, load averages: 0.15 0.10 0.05
Step-by-Step Solution
Solution:
  1. Step 1: Understand uptime output format

    The uptime command shows current time, system uptime in days and hours:minutes, number of users, and load averages.
  2. Step 2: Match given data to output style

    The correct format includes current time, "up 3 days, 4:12", user count, and load averages separated by commas.
  3. Final Answer:

    10:30:00 up 3 days, 4:12, 1 user, load average: 0.15, 0.10, 0.05 -> Option A
  4. Quick Check:

    uptime shows time, up, users, load [OK]
Quick Trick: Look for 'up' and load averages format in uptime output [OK]
Common Mistakes:
  • Expecting uptime to print in verbose sentences
  • Missing commas or user count in output
  • Confusing uptime with other commands

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes