Multiple choice technology programming languages What is the difference between at & cron? Both are Unix scheduling utilities at is restricted one and crontab is not restricted No difference at takes input from user while cron takes from a confiuration file Reveal answer Fill a bubble to check yourself D Correct answer Explanation The at utility is designed to execute a job once at a specified time, taking input from the user/stdin, whereas cron is used for recurring scheduled tasks defined in configuration files (crontabs).