ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
chmod +x /usr/src/script
2. setup cron job
crontab -e
*/15 * * * * /usr/src/script > /dev/null 2>&1
or
0,15,30,45 * * * * /usr/src/script > /dev/null 2>&1
(run at every 15 minutes at time 0, 15, 30, 45 each hour)