Ping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision 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=
=Options=

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.