Link to home
Start Free TrialLog in
Avatar of Min
Min

asked on

Reload cron for AIX

I created a script that will append a cron job if it's not in the crontab file, but the problem is the appended job will not work unless I edit the crontab file using crontab -e. Is there a way to refresh cron in AIX without killing the process?
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

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
SOLUTION
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
Avatar of Min
Min

ASKER

Thank you! I'll just add the cron jobs for AIX manually.