Skip to content

Instantly share code, notes, and snippets.

@Kevin7020
Created June 2, 2020 02:48
Show Gist options
  • Select an option

  • Save Kevin7020/1dd2f50d7907cae7ea0a8aee3b60334b to your computer and use it in GitHub Desktop.

Select an option

Save Kevin7020/1dd2f50d7907cae7ea0a8aee3b60334b to your computer and use it in GitHub Desktop.
Crontab to run the script md5.sh every hour
# You'll need to run ($sudo crontab -e)
# since the script needs root permisions to modify and create the current_users at /var
0 * * * * /home/kevin/md5.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment