Q. What is the command to display all active network connections in Linux?
β
Correct Answer: (A)
netstat -tuln
Explanation: 'netstat -tuln' displays all active TCP/UDP listening ports and their numeric addresses.