39
27

More than 5 years have passed since last update.

pingコマンドでポート指定

Last updated at Posted at 2018-06-17

標準のpingコマンドではポート指定できないのでnpingをインストールする。

  • mac
    $ brew install nmap
  • redhat
    $ sudo yum install nmap

コマンド使用例

$ nping 192.168.0.1 -p 80

39
27
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
39
27