Command Line Tools Flashcards
1
Q
Tests reachability
A
Ping - icmp
2
Q
Determines the route a packet takes (amount of hops)
Tracert for windows
Traceroute for Linux and Mac OS
A
Trace route
3
Q
Lookup info from DNS servers
A
Nslookup (windows and Linux)
Dig (Mac OS)
4
Q
Lookup network info such as IP
A
Ipconfig (windows)
Ifconfig (Linux and Mac OS)
5
Q
Uh
A
Iptables
6
Q
Network statistics
Netstat -a shows all active connections
Netstat -b shows binaries
Netstat -n shows active connections without resolving names
A
Netstat
7
Q
Huh
A
Tcpdump
8
Q
Combines ping and trace route in windows
A
Pathping
9
Q
Network mapper
A
Nmap
10
Q
View devices routing table
A
Route print
11
Q
View arp table
A
ARP -a