Channel | Publish Date | Thumbnail & View Count | Actions |
---|---|---|---|
| Publish Date not found | ![]() 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.