Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
Monday 13 October 2014
How to check ports in Linux machines?
Please run the command as linux system user.
For example, you want to check .80 port
# netstat -anp | grep :80
or
# netstat -tulpn | grep :80
Newer Post
Older Post
Home