Networking Commands and Tools Match
Students will match Linux networking commands, like ping, netstat, or ip, with their corresponding descriptions or use cases.
nslookup
traceroute
dig
ifconfig
ping
nmap
tcpdump
wget
netstat
ss
ip
curl
Capture and analyze packets on a network
Track the route packets take to a remote host
Query DNS records for a domain
Display detailed socket statistics
View or configure network interface settings (deprecated)
Test connectivity to a host using ICMP
Download files from the web non-interactively
Scan networks for open ports and running services
View active connections and open ports
Perform DNS lookup and troubleshoot DNS issues
Configure or display IP address and network settings
Transfer data from or to a server using various protocols