Ping: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 12: Line 12:


  apt-get update
  apt-get update
  apt-get install iputils
  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.