A Simple Linux Shell Script To Test Internet Connectivity

If you have been following the Linux shell scripting primer so far, you would have seen that most of the things that go in a shell script are the daily Linux Terminal commands. Here is a demonstration of one such command : Let us have a shell script which will ping a specific standard website and let us know if it is reachable or not. In fact you can use this as a basic test to check for internet connectivity. Shell...