System Grab Bag

View all TLDR pages from common (or from all pages)

fping

A more powerful ping which can ping multiple hosts. More information: https://fping.org.
  • List alive hosts within a subnet generated from a netmask:
    fping -a -g 192.168.1.0/24
  • List alive hosts within a subnet generated from an IP range:
    fping -a -g 192.168.1.1 192.168.1.254
  • List unreachable hosts within a subnet generated from a netmask:
    fping -u -g 192.168.1.0/24

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.