Linux: Difference between revisions

No change in size ,  25 May 2020
Line 478: Line 478:
</syntaxhighlight>
</syntaxhighlight>


Add to sudo's crontab to run every 30 minutes
Add to sudo's crontab to run every 10 minutes
<pre>
<pre>
*/30 * * * * /home/david/bin/check_inet.sh
*/10 * * * * /home/david/bin/check_inet.sh
</pre>
</pre>