For performance tuning, the ________ command provides a real-time view of the system's current network connections.
- netstat
- ifconfig
- ssh
- ps
For performance tuning, the "netstat" command provides a real-time view of the system's current network connections. Netstat displays information about network interfaces, routing tables, masquerade connections, and more. It's a valuable tool for diagnosing network issues and monitoring network activity.
Loading...
Related Quiz
- Which directory in Linux contains system configuration files?
- If you wanted to rate limit incoming SSH connections using iptables, which module would be most appropriate?
- The set -x command in a shell script is used to enable __________ for debugging purposes.
- Which SSH configuration parameter specifies the maximum number of authentication attempts allowed per connection?
- The ________ command in Linux is used to send a signal to a process, often used for termination.