The command ________ provides real-time statistics about network connections, both incoming and outgoing.
- netstat
- iftop
- nmap
- telnet
The command "iftop" provides real-time statistics about network connections, both incoming and outgoing. It displays a list of network connections and their data transfer rates, making it useful for monitoring network activity.
Loading...
Related Quiz
- When configuring SSH key-based authentication, which file is typically modified on the server?
- When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/________ directory.
- Which command-line tool is used to view real-time system processes in Linux?
- If you want to store the exit status of a command in a variable, you would typically use the _________ built-in variable.
- What is the purpose of the $? variable in a shell script?