Hello, I have a few user scripts which run once a day. These are right now keeping track of their own time stamp, and are run regularly (for example by cron, or whenever logging in).
Is the following line in /etc/anacrontab 1 5 cron.SOMEUSER nice su - SOMEUSER bash -c run-parts --report /home/SOMEUSER/daily.jobs a safe and good alternative to this? I.e., is there any risk of the user being able to do anything he could not otherwise do? Thanks, Ekkehard