I am on ubuntu 12.04 and following this tutorial. I want to setup cron to run in the background but I don't have a chckconfig in sbin so I can't run sudo /sbin/chkconfig crond on
I am fairly new to sys admin stuff so need advice on how to workaround this. I tried searching for the crond command but could not find it. I found another instance of chckconfig but am not sure if this is the same thing I am supposed to use to schedule cron.
$ sudo !!
sudo find / -executable -name crond
$ sudo find / -name chkconfig
/etc/bash_completion.d/chkconfig
Why is my chckconfig in /etc/bash... Is it the same one used in this tutorial?
How can I set cron to run on background?
$ sudo !!
sudo find / -executable -name crond
$ sudo find / -name chkconfig
/etc/bash_completion.d/chkconfig
