Mission 22

Resource inspection

Read simulated disk, memory, uptime, and directory usage signals.

Server operations
8 minutes Core Lesson 22 of 360
dfdufreeuptime
Lesson 22 of 360 0/360 lessons 0/17 missions Server operations · 8 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 8 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Check disk

Run df -h.

df -h
Check log usage

Run du -sh /var/log.

du -sh /var/log
Check memory and uptime

Run free -h and uptime.

free -huptime
Lesson support

What to notice while you play.

Objective

Use resource commands as read-only health checks.

Hint

Run df -h, du -sh /var/log, free -h, and uptime.

Why it matters

Capacity issues often explain service symptoms.

Common mistakes
  • Checking services but not disk.
  • Ignoring uptime after a suspected reboot.
Reference

Commands in this lesson.

df|du|free|uptime

Inspect training resource and system health.