1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 18:55:53 +02:00
tldr/pages/common/fping.md
Reinhart Previano Koentjoro 15e106c4b6
common/*: add Indonesian translations and update other outdated translations (#13843)
* common/*: add Indonesian translations and update other outdated translations

* fping: revert "More Information" URL
2024-09-27 08:54:52 +07:00

16 lines
482 B
Markdown

# 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|--alive}} {{-g|--generate}} 192.168.1.0/24`
- List alive hosts within a subnet generated from an IP range:
`fping {{-a|--alive}} {{-g|--generate}} 192.168.1.1 192.168.1.254`
- List unreachable hosts within a subnet generated from a netmask:
`fping {{-u|--unreach}} {{-g|--generate}} 192.168.1.0/24`