Software Alternatives & Reviews

Is there a way to schedule a shutdown so that the laptop turns off at a particular time every day?

Crontab Generator explainshell
  1. Crontab Generator is one of the advanced cron generating tools that are used by top-class professionals from all over the world, making them easily describe and generate complex cron expressions in no time.
    Use crontab by typing sudo crontab -e to edit the cron configat the end of the file type in how often you want the shutdown command to run using crontab notation I recommend using https://crontab-generator.org/. Something like 0 0 * * * sudo shutdown nowuse the crontab -l command to verify that it is indeed configured.

    #OS & Utilities #Cron Monitoring #Cron 9 social mentions

  2. Match command-line arguments to their help.
    Https://explainshell.com/ # generall explainer for everything and anything on the terminal including cron. I HIGHLY recommend that you type commands you don't know in here first.

    #Shortcuts #Text Expander #Mac 109 social mentions

  3. The quick and simple editor for cron schedule expressions by Cronitor
    Also this might help you in the future https://crontab.guru/.

    #Cron Monitoring #Cron #OS & Utilities 151 social mentions

Discuss: Is there a way to schedule a shutdown so that the laptop turns off at a particular time every day?

Log in or Post with