About 1,010,000 results
Open links in new tab
  1. How do I start a Cron job 1 min after @reboot? - Unix & Linux …

    Nov 5, 2020 · I need my script to be executed a minute after each reboot. When I apply @reboot in my crontab it is too early for my script - I want the script to be executed after all other tasks …

  2. How can get a list of all scheduled cron jobs on my machine? - linux

    Feb 7, 2011 · My sysadmin has set up a bunch of cron jobs on my machine. I'd like to know exactly what is scheduled for what time. How can I get that list?

  3. how can I schedule a reboot in Linux? - Server Fault

    56 I'm new in Linux and I want to schedule a reboot at midnight. How should I do it? Edits: I'm sorry I didn't put the complete details. I want a reboot every 3rd Saturday of the month at …

  4. How can I make cron run a job right now (for testing/debugging ...

    I have a cron job that is scheduled to run every day. Other than changing the schedule, is there any other way to do a test run of the cron job right now to see if it works as intended? I know the

  5. cron - How can I execute `date` inside of a crontab job? - Unix

    Using 2>&1 is (almost always) a good call for logging, and probably does solve whatever problem was going on in /data/script.sh, but it is only tangential to the OP's question about using the …

  6. Why is my crontab not working, and how can I troubleshoot it?

    Cron generally requires that commands are terminated with a new line. Edit your crontab; go to the end of the line which contains the last command and insert a new line (press enter). Check …

  7. shell - How can I run a cron command with existing environmental ...

    10 Q: How can I run a cron command with existing environmental variables? The general practice is to specifically set all required environmental variables in a script that is to be run from a cron …

  8. cron - Location of the crontab file - Unix & Linux Stack Exchange

    Apr 13, 2015 · The key words there are "they are not intended to be edited directly", so this answer is incomplete without Celada's command below, which provides a safer answer to the …

  9. How are files under /etc/cron.d used? - Unix & Linux Stack Exchange

    Thanks. Are the files in /etc/cron.d and /etc/crontab independent of each other, and read by crond independently and separately? Or does /etc/crontab ever include the files in /etc/cron.d?

  10. linux - What time zone is a cron job using? - Server Fault

    Unless you know a priori what time zone cron is running in, the only reliable solution is to check empirically. Otherwise, you might just be checking the time zone of your current shell …