1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/common/fping.md
2017-06-09 22:50:23 +01:00

15 lines
358 B
Markdown

# fping
> A more powerful ping which can ping multiple hosts.
- 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`