Bird
0
0

What will be the output of the command uptime if the system has been running for 5 days, 3 hours, and 20 minutes with 2 users logged in and load averages of 0.15, 0.10, 0.05?

medium📝 Command Output Q4 of 15
Linux CLI - System Administration
What will be the output of the command uptime if the system has been running for 5 days, 3 hours, and 20 minutes with 2 users logged in and load averages of 0.15, 0.10, 0.05?
A 10:30:00 up 5 days, 3 hours, 2 users, load average: 0.15, 0.10, 0.05
B 10:30:00 up 5 days, 3:20, 2 users, load average: 0.05, 0.10, 0.15
C 10:30:00 up 5 days, 3:20, 2 users, load average: 0.15, 0.10, 0.05
D 10:30:00 up 5 days, 3:20, 1 user, load average: 0.15, 0.10, 0.05
Step-by-Step Solution
Solution:
  1. Step 1: Understand uptime output format

    Uptime shows current time, system uptime in days and hh:mm, number of users, and load averages in order.
  2. Step 2: Match given data with output

    10:30:00 up 5 days, 3:20, 2 users, load average: 0.15, 0.10, 0.05 matches the exact format with 2 users and load averages in correct order.
  3. Final Answer:

    10:30:00 up 5 days, 3:20, 2 users, load average: 0.15, 0.10, 0.05 -> Option C
  4. Quick Check:

    uptime output = correct format and values [OK]
Quick Trick: Load averages are in order: 1, 5, 15 minutes [OK]
Common Mistakes:
  • Mixing load average order
  • Wrong user count
  • Using 'hours' word instead of hh:mm

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes