2917 shaares
131 private links
131 private links
First, back up the crontab:
crontab -l > my_cron_backup.txt
Then you can empty it:
crontab -r
To restore:
crontab my_cron_backup.txt
crontab -l
siege.exe -c2 -t10s "url"
siege.exe -c2 -t10s "url"