Changes between Version 5 and Version 6 of HowTo/UseTheCLIForNetworking
- Timestamp:
- 09/05/14 18:16:39 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/UseTheCLIForNetworking
v5 v6 9 9 * collecting and analyzing networking traffic (`tcpdump` and ''wireshark'') 10 10 * listing and manipulating your IP routing table (`route`) 11 * listing and manipulating your ARP table (`arp`) 11 12 * listing network connections (`netstat`) 12 13 * testing connecting to individual ports using telnet (`telnet`) 14 * DNS lookup (`nslookup`, `dig`) 15 13 16 14 17 Googling `unix network commands` will help you find many resources to learn about these topics.