Tagged Questions
1
vote
1answer
200 views
How to make ping more persistent with unresolved hostnames
When I try to ping a hostname of a computer that is down, I get en error that it cannot resolve the hostname.
$ alice:~ me$ ping bob
ping: cannot resolve bob: Unknown host
Is there a way I can make ...