Horje
run cron once a day Code Example
run cron once a day
#run a cron once a day at 3am
0 3 * * *
how to run a script in crontab every day
 +---------------- minute (0 - 59)
 |  +------------- hour (0 - 23)
 |  |  +---------- day of month (1 - 31)
 |  |  |  +------- month (1 - 12)
 |  |  |  |  +---- day of week (0 - 6) (Sunday=0 or 7)
 |  |  |  |  |
 *  *  *  *  *  command to be executed
how to run a script in crontab every day
  30 2 * * * /your/command
# ^  ^
# |   hour
# minute




Shell

Related
powershell comment Code Example powershell comment Code Example
install requests python Code Example install requests python Code Example
how to install proxychains Code Example how to install proxychains Code Example
kill all screen sessions linux Code Example kill all screen sessions linux Code Example
kill a port windows Code Example kill a port windows Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14