Closed amitagarwalaa57 closed 4 years ago
Resolve conflicts Make sure to check issue #3 page More details on contribution guidelines have been provided
netstat : to displays various network related information such as network connections, routing tables, interface statistics, masquerade connections, multicast memberships etc.
flags with netstat:-
-a: To List All Network Ports
-at: To List All TCP Ports
-s: To Show Statistics for All Ports
-au: To List UDP Ports connections
-l: To List all LISTENING Connections
-tp: To Display Service name with PID
-g: To Display IPv4 and IPv6 Information
Put these names of commands on issue page, not in PR
Resolve conflicts Make sure to check issue #3 page More details on contribution guidelines have been provided