Terminal Commands
Real network administrators use the terminal! In this lesson, you'll learn basic commands.
01Basic Commands
ping
Tests connectivity.
code
ping google.com
ping 8.8.8.8
traceroute / tracert
Shows the path packets take.
code
traceroute google.com
nslookup
Performs DNS query.
code
nslookup google.com
ipconfig / ifconfig
Shows IP configuration.
code
ipconfig
ifconfig
netstat
Lists network connections.
code
netstat -an
02Simulator
You can try these commands in the terminal below!