what is the difference between "cron" command and "at" command?
Answer Posted / vishnu
Cron can be scheduled with different choices
(minute,hour,month,dayofmonth,dayofweek). cron can be
edited,deleted,listed,scheduled at any time and for
repeated time intervals.
AT can be scheduled for once.cannot be edited, can be
deleted, can be listed.
so, 2 main differences:-
cron:can be scheduled for repeated jobs
AT: can be scheduled for only once
cron can be edited
AT cannot be edited, after its schedule.
both can facilitate listing and deletion
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
What is the pipe command?
Why is shebang used?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is grep r?
What do know about tee command and its usage?
Who command in unix operating system?
Who wrote grep?
What is used to type command?
What are file commands?
Differentiate cmp command from diff command.
What is grep in bash?
Is command prompt unix?
What are awk commands?
Which command can you use to find the currently running process in unix server?
Explain mount and unmount command.