I tried now + time on centos, but it didnt work perfectly for me.
I want my centos server to run a script within 10 mins exactly after 5 days whenever the server is started, either it is started @ 1pm or 5pm or 12 am or on the 7th day or 13th day i.e. recurring on server start after 5 days is over.
Can any one help please
Maybe I didn’t understand your question… but did you already try with at command?
I mean something like this:
Where yourscript.sh should have a loop waiting 10 minutes between each operation.