Skip to content

Instantly share code, notes, and snippets.

@Bhavya8181
Forked from jack2jm/Cronjob Details
Created February 12, 2024 05:53
Show Gist options
  • Save Bhavya8181/b0c461e45796a605cc110610834faae7 to your computer and use it in GitHub Desktop.
Save Bhavya8181/b0c461e45796a605cc110610834faae7 to your computer and use it in GitHub Desktop.
----------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