gandalf0079 / Linux-commands

All the important commands of linux
MIT License
14 stars 10 forks source link

Added netstat and its child commands #10

Closed amitagarwalaa57 closed 4 years ago

gandalf0079 commented 4 years ago

Resolve conflicts Make sure to check issue #3 page More details on contribution guidelines have been provided

amitagarwalaa57 commented 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

pnchinmay commented 4 years ago

Put these names of commands on issue page, not in PR