Why settle for basic time-based triggers? Systemd timers offer better logging, dependency management, and you can run scripts "1 minute after boot." ...
Have you ever wanted to force a script to act differently when it is invoked by cron? If the script is run interactively, for example, you might want the script to prompt the user for some information ...
I have a qustion for all those Solaris SA out there or anyone who knows, I'm trying to get some stats using sa1 and sa2. I've been reading throw the Solaris manuals and they say that user sys should ...
We have a process we run using cron every 3 minutes. This process basically processes a queue. Sometimes lots of items appear in the queue and we want to stop the process, empty the queue and restart ...