You're troubleshooting a network issue and want to see if any dropped packets are occurring on your server's main network interface. Which command would you likely use?
- ifconfig
- netstat
- tcpdump
- iperf
To monitor network traffic and identify dropped packets, you would likely use the "tcpdump" command. Tcpdump is a packet analyzer that allows you to capture and inspect network packets on a specific network interface.
Loading...
Related Quiz
- You are working on a system and want to compile a program from source. You realize you need some development tools. In which directory would you expect to find these tools?
- To iterate over a range of numbers in a loop, one might use the seq command combined with the _________ loop.
- How do you denote the start of a block of code in a Bash if statement?
- What is the primary purpose of the visudo command?
- In the context of package management, what does the term "repository" refer to?