Tier-1 Linux troubleshooting lab demonstrating common command-line diagnostics used by IT Support and Help Desk technicians.
This lab demonstrates Linux troubleshooting tasks commonly performed by Tier-1 IT Support technicians.
Goal: demonstrate the ability to identify system and network issues using basic Linux diagnostics.
Linux terminal
Commands demonstrated:
unamedftopping
Command
uname -a
Purpose
Displays kernel version and operating system information.
Helpdesk use case
Verify system version during compatibility troubleshooting.
Screenshot
Command
df -h
Purpose
Displays disk space usage for mounted drives.
Helpdesk use case
Identify storage issues or full disks impacting performance.
Screenshot
Command
top
Purpose
Displays active processes and system resource usage.
Helpdesk use case
Identify processes consuming excessive CPU or memory.
Screenshot
Command
ping -c 4 google.com
Purpose
Tests connectivity to an external host.
Helpdesk use case
Verify internet connectivity during network troubleshooting.
Screenshot
- Linux command-line troubleshooting
- System diagnostics
- Disk usage analysis
- Process monitoring
- Network connectivity testing



