14,958
edits
(→user client node: add hosts file) |
|||
| Line 47: | Line 47: | ||
netstat ex: find MySQL 3306 port | netstat ex: find MySQL 3306 port | ||
# {{kbd | key = <nowiki>netstat -a | find "3306"</nowiki>}} | # {{kbd | key = <nowiki>netstat -a | find "3306"</nowiki>}} (note: require the '''double quote''' symbol, not single quote symbol) | ||
# more on [http://www.techrepublic.com/blog/security/list-open-ports-and-listening-services/443 List open ports and listening services] | # more on [http://www.techrepublic.com/blog/security/list-open-ports-and-listening-services/443 List open ports and listening services] | ||