How can tasks be scheduled in Linux without using crontab?
By using the at command
at
By placing scripts in the /etc/cron.* directories
/etc/cron.*
By emailing the root user
Linux does not support scheduling without crontab