How can I check if an application is listening on a port and it’s name

How can I check if an application is listening on a port and it’s name

HomeOther ContentHow can I check if an application is listening on a port and it’s name
ChannelPublish DateThumbnail & View CountActions
Channel AvatarPublish Date not found Thumbnail
0 Views
Linux – What ports are used by an application

Learn how to check what ports are used by an application.

For Linux
netstat -anpe | grep LISTEN | grep sshd

For Microsoft Windows.
1) netstat
netstat -ano | find /”LISTENING/” | find /”135/”

OUTPUT : netstat command (Microsoft Windows)

2) tasklist
tasklist /fi /”PID eq 42996/”

OUTPUT : tasklist command (Microsoft Windows)

#microsoft #windows #linux #ubuntu #port

Please take the opportunity to connect and share this video with your friends and family if you find it useful.