Created
June 2, 2020 02:48
-
-
Save Kevin7020/1dd2f50d7907cae7ea0a8aee3b60334b to your computer and use it in GitHub Desktop.
Crontab to run the script md5.sh every hour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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