SQL Server administration and T-SQL development, Web Programming with ASP.NET, HTML5 and Javascript, Windows Phone 8 app development, SAP Smartforms and ABAP Programming, Windows 7, Visual Studio and MS Office software
Development resources, tutorials, tools and downloads for SQL Database Programmers, Developers, Windows and Office Users


How to Ping with Port Number on MAC OS

Mac users can ping specific ports of a web URL on Terminal screen using nmap. If nmap is not yet installed on your Mac, you can install nmap using brew with brew command that can be executed on a Mac Terminal screen.

Launch Terminal screen from Launchpad.
Then type following command to install nmap if you have not yet installed on your Mac

brew install nmap
Code

install nmap on Mac using brew on Terminal

Following command now can be executed on Terminal screen to ping specific IP address with a certain port number.

nmap -p 80 google.com
Code

ping with specific port number on Mac Terminal




Copyright © 2004 - 2021 Eralper YILMAZ. All rights reserved.