Changes between Version 7 and Version 8 of Csle2022/Agenda/linuxhandson
- Timestamp:
- Nov 27, 2022, 9:13:11 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/linuxhandson
v7 v8 551 551 dig ac.lk 552 552 }}} 553 [[Image(dig.png, 400px, nolink))]]553 [[Image(dig.png, 600px, nolink))]] 554 554 555 555 traceroute command in Linux prints the route that a packet takes to reach the host. This command is useful when you want to know about the route and about all the hops that a packet takes. … … 563 563 }}} 564 564 565 [[Image(traceroute.png, 400px, nolink))]]565 [[Image(traceroute.png, 600px, nolink))]] 566 566 567 567 On a Windows machine, this command is called tracert; on Linux and Mac, it's called traceroute.