Basic Network Commands
Learn to use essential command-line tools like `ip`, `ping`, `traceroute`, and `netstat` to inspect and diagnose network connectivity.
Basic Network Tools Intro
Time for the command line. You'll learn ping, ip, traceroute, and netstat — the core tools for inspecting and diagnosing connectivity.
Ping: Check Host Reachability
ping is your first reachability check: it sends ICMP echo requests and times the replies, telling you if a host is up and how fast it responds.