mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
21
fping
Normal file
21
fping
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user