Detecting attacks on your linux host
To run this script as a cronjob in the background, you can add the following line to your crontab file (crontab -e):
* * * * * /path/to/network_monitor.sh >/dev/null 2>&1 &
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Detecting attacks on your linux host
To run this script as a cronjob in the background, you can add the following line to your crontab file (crontab -e):
* * * * * /path/to/network_monitor.sh >/dev/null 2>&1 &