Skip to content

mohitvirmani/automationScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

automationScripts

To add the script to crontab

  1. crontab -e
  2. add the below line */5 * * * * /path/to/script the above would run the cron every 5 minutes

to run every minute :: * * * * * /path/path/to/script

every 10 minutes :: */10 * * * * /path/to/script

  1. to check logs tail -f /var/mail/root (if logged in via root)

  2. also tail -f /var/log/syslog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages