My Linux Blog
By Sanket Padawe
Search This Blog
Friday, June 22, 2012
To check which application is using a particular port
You give following command to check which application is using a particular port.
# netstat -ltnp | grep portno
or
# lsof -i :portno
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment