1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
ifconfig
interface types and IP addresses
ping
to see if there is any activity coming from the IP address
arp -a
shows the IP address it talks to & MAC address associated with it
netstat -ano
shows active connections that are on the machine
route
prints your routing table
ip a
updated version for ifconfig
ip n
updated version for arp
ip r
updated version for route