Linux CLI - Cron and Scheduling
You run
echo "ls" | at now + 1 minute but the job never runs. What is a likely cause?echo "ls" | at now + 1 minute but the job never runs. What is a likely cause?atatd daemon must be running to execute scheduled at jobs.ls is valid, time is specified, and shell supports pipes, so these are unlikely causes.atd service is not running -> Option Aatd must run for at jobs = C [OK]atd daemon status if jobs don't run [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions