12 lines
184 B
Markdown
12 lines
184 B
Markdown
|
#Misc Linux Tools
|
||
|
|
||
|
Miscellaneous tools used at the Linux command line.
|
||
|
|
||
|
##pinger
|
||
|
|
||
|
Tool to imcp ping an IP or range of IPs and return which ones are reacable.
|
||
|
|
||
|
```
|
||
|
$ sudo pinger -h
|
||
|
```
|