LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   crondtab (https://www.linuxquestions.org/questions/linux-general-1/crondtab-766322/)

future2012 11-02-2009 04:16 PM

crondtab
 
how to use crondtab to make system reboot every 10mins

w1k0 11-02-2009 04:32 PM

Code:

*/10 * * * * reboot
Why you'd like to do it?

lutusp 11-02-2009 08:07 PM

Quote:

Originally Posted by future2012 (Post 3741792)
how to use crondtab to make system reboot every 10mins

The reason your numerous, diligent Google searches are failing is because you are not spelling "crontab" correctly.

CaptainInsane 11-04-2009 04:55 PM

Quote:

Originally Posted by w1k0 (Post 3741805)
Code:

*/10 * * * * reboot
Why you'd like to do it?

I would also like to know why somebody would want a reboot
every 10 minutes...... Most interesting.

lumak 11-04-2009 06:28 PM

It would have to be root's crontab as well, unless you change the group of 'halt' and or make it suid.

w1k0 11-04-2009 07:44 PM

Quote:

Originally Posted by CaptainInsane (Post 3744914)
I would also like to know why somebody would want a reboot every 10 minutes...... Most interesting.

OP likes extreme tests (see: here) but unfortunately he likes also to abandon threads.


All times are GMT -5. The time now is 04:44 PM.