Created
December 17, 2019 10:39
-
-
Save jack2jm/3ec5db05290a44b2a8f81a6a0baed78b to your computer and use it in GitHub Desktop.
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
----------Edit cron job --------------------- | |
-> write comman "crontab -e" | |
-> press "i" | |
-> go to last cron job. | |
-> add new cron job | |
-> press ESC -> press ":wq" | |
----------- File Permission give ------------ | |
*Give permission to .sh file* | |
chmod +x file_name.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment