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