Comments on: 11 Cron Command Examples in Linux [Schedule Cron Jobs] https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 14 Jul 2023 05:32:53 +0000 hourly 1 By: Malcolm Baxter https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1905181 Wed, 26 Oct 2022 18:52:42 +0000 http://www.tecmint.com/?p=1034#comment-1905181 It is easy to test that the five crontab timing parameters do what you expect. There is a sandbox at cronbuddy.com, enter your values and get back a schedule of run times.

]]>
By: ravindra Bawkar https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1848679 Thu, 21 Jul 2022 05:40:12 +0000 http://www.tecmint.com/?p=1034#comment-1848679 Hi,

I want to know about the backup process…

How to take OS backup from Linux server and store in AWS storage using crontab cmd from Linux…

Please help us…

]]>
By: Ravi Saive https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756649 Mon, 04 Apr 2022 06:59:19 +0000 http://www.tecmint.com/?p=1034#comment-1756649 In reply to Rinsha.

@Rinsha,

You need to add the following cron job to do.

30 12 * * *     rm -rf /tmp
]]>
By: Rinsha https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756225 Sun, 03 Apr 2022 11:32:59 +0000 http://www.tecmint.com/?p=1034#comment-1756225 Hi,

I want to remove all empty files and directories from /tmp at 12.30 am daily. How can I do it??

Regards,

]]>
By: dragonmouth https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1517252 Mon, 07 Jun 2021 18:28:25 +0000 http://www.tecmint.com/?p=1034#comment-1517252 In reply to Garitski.

You have not specified an execution time in your crontab statements.

Asterisk (*) means all values.

]]>