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 ?
JOSE PEREZ