Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

# wget http://fping.org/dist/fping-3.10.tar.

gz
# tar -xvf fping-3.10.tar.gz
# cd fping-3.10

# ./configure
# make
# make install

# ./configure --prefix=/usr/local --enable-ipv4 --enable-ipv6


# make
# make install

fping -g 192.168.2.0/24

chown root:apache /usr/local/sbin/fping


chmod 710 /usr/local/sbin/fping
chmod ug+s /usr/local/sbin/fping

Para quando configure permiss�o negada


chmod +x configure

You might also like