On Wed, July 5, 2006 12:11 pm, Jose Miguel Perez wrote: > Hello , I need to create a crontab job , to reboot my server at 23:00 > every day "is a test". I use this process > > > > Crontab -e > > > > Add , the following line . > > > > 00 23 * * * reboot > > > > > > :wq > > > > , bot this process not work , who about that ? > Try using full path (/sbin/reboot).