linux - How to setup cron job for each user -
i want setup crontab run same jobs every user on linux, there way specify job , run every user ?
thanks
one alternative add together scripts root/system crontab like,
either re-create scripts
/etc/cron.daily/ /etc/cron.hourly/ /etc/cron.monthly/ /etc/cron.weekly/
or
sudo crontab -e
and add together new entry script.
and problem alternative commands in script run administrative privileges (i.e. run using sudo).
linux cron automation centos crontab
No comments:
Post a Comment