
fping
List of commands for fping:
-
fping:tldr:11755 fping: List alive hosts within a subnet generated from an IP range.$ fping -a -g 192.168.1.1 192.168.1.254try on your machineexplain this command
-
fping:tldr:8f612 fping: List unreachable hosts within a subnet generated from a netmask.$ fping -u -g 192.168.1.0/24try on your machineexplain this command
-
fping:tldr:fd192 fping: List alive hosts within a subnet generated from a netmask.$ fping -a -g 192.168.1.0/24try on your machineexplain this command