Unix – Mac OS X: at command not working
I am going to schedule a job by using at command. Here I tried the following command: $ at now + 1 minuteecho ‘Test at command'<EOD> I saw the job is scheduled by using at -l. However, I saw no echo out. I guess that I may need to add user to at.allow file. I…
