5.5 - Command Line Tools

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 2:33 PM on 9/7/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

ping - Test reachability

• ping <ip address> - Test reachability to a TCP/IP address

• ping -t <ip address> - Ping until stopped with Ctrl-c

• ping -n <count> <ip address> - Send # of echo requests

2
New cards

traceroute

Determine the route a packet takes to a destination

3
New cards

nslookup and dig

Lookup information from DNS servers

4
New cards

tcpdump

• Capture packets from the command line

• Available in most Unix/Linux operating systems

– Included with Mac OS X, available for Windows (WinDump)

• Apply filters, view in real-time

• Written in standard pcap format

5
New cards

netstat

Display network statistics

6
New cards

ping -t <ip address>

Ping until stopped with Ctrl-c

7
New cards

ping -n <count> <ip address>

Send # of echo requests

8
New cards

netstat -a -

Show all active connection

9
New cards

netstat -b

- Show binaries

10
New cards

netstat -n

Do not resolve names

11
New cards

ipconfig

Windows TCP/IP config

12
New cards

ipconfig /all

Display all IP config details

13
New cards

pconfig /release

Release the DHCP lease

14
New cards

ipconfig /renew

Renew the DHCP lease

15
New cards

ipconfig /flushdns

Flush the resolver cache

16
New cards

ifconfig

inux interface configuration

17
New cards

ip address

The latest Linux utility

18
New cards

arp -a -

View the local ARP table