Ping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Installation= yum install iputils")
 
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:


=Installation=
=Installation=
==With yum==


  yum install iputils
  yum install iputils
==With apt==
apt-get update
apt-get install iputils-ping
=Options=
==c==
-c count
Stop after sending (and receiving) count ECHO_RESPONSE packets.  If this option is not specified, ping will operate until interrupted.

Latest revision as of 20:55, 26 September 2019

Internal

Installation

With yum

yum install iputils

With apt

apt-get update
apt-get install iputils-ping

Options

c

-c count

Stop after sending (and receiving) count ECHO_RESPONSE packets. If this option is not specified, ping will operate until interrupted.