Link to home
Start Free TrialLog in
Avatar of kennycpu
kennycpu

asked on

Cron jobs

I want to reboot the services of Redhat 7.2 every 6:00a.m. How can I setup the crontab?
Avatar of ahoffmann
ahoffmann
Flag of Germany image

to edit the crontab (as user of your choice):

   crontab -e

here you simply add the command to "reboot the service"

For details see
   man crontab
   man 5 crontab
ASKER CERTIFIED SOLUTION
Avatar of websolution
websolution

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial