I have a dual boot windows/ubuntu. I need to check the load on my
network. The command for that action in windows is "ping 10.x.x.x -t -l
1xxx" (without quotes - every time putting more 's where the x'x are).
When I go to the terminal in ubuntu and give the same command I get this:
errol@errol-linux:~$ ping 10.0.0.1 -t -l 100
ping: can't set unicast time-to-live: Invalid argument
What is the correct command in ubuntu, please.