After executing the atq command, the following jobs are displayed: 2 2014-11-22 22:00 a test_user 3 2014-11-22 20:00 a root 4 2014-11-22 22:45 a oracle_dba Which of the following commands will delete job 2?

After executing the atq command, the following jobs are displayed: 2 2014-11-22 22:00 a test_user 3 2014-11-22 20:00 a root 4 2014-11-22 22:45 a oracle_dba Which of the following commands will delete job 2?Category: Introduction to Linux IIAuthor "LinuxQuestions"After executing the atq command, the following jobs are displayed: 2 2014-11-22 22:00 a test_user 3 2014-11-22 20:00 a root 4 2014-11-22 22:45 a oracle_dba Which of the following commands will delete job 2?
Linux Questions Staff asked 1 year ago

After executing the atq command, the following jobs are displayed:

2 2014-11-22 22:00 a test_user
3 2014-11-22 20:00 a root
4 2014-11-22 22:45 a oracle_dba

Which of the following commands will delete job 2?

  • atrm test_user
  • atrm 2
  • test_user should manually delete the entry
  • at -r 2

About the author