what is the difference between "cron" command and "at" command?

Answers were Sorted based on User's Feedback



what is the difference between "cron" command and "at" command?..

Answer / swapna

cron command is used to schedule the task daily at the same
time repeatedly.

"at" command is used to schedule the task only once i.e to
run only one time.

Is This Answer Correct ?    118 Yes 6 No

what is the difference between "cron" command and "at" command?..

Answer / sureshreddy

at: this command to schedule the specified job onl once.
cron: this command to schedule the specified job repeatedly.

Is This Answer Correct ?    78 Yes 5 No

what is the difference between "cron" command and "at" command?..

Answer / 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

what is the difference between "cron" command and "at" command?..

Answer / jagadeeb choudhury

Cron: is a daemond process its run periodical.Mince you can
run it in every (sec,min,hour,day,date,Month).We can't
remove a cron job we commenting that only.
here 6 fild to schedule a cron job.

At: only run on particular time specifies by user who
schedule that time you can remove a at job.

Ex:-
$at 9:30
>a.txt
>b.txt
[ctl+d]



Thanks,
Jagadeeb@gmail.com

Is This Answer Correct ?    15 Yes 11 No

what is the difference between "cron" command and "at" command?..

Answer / test

good answer

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More Unix Commands Interview Questions

What are some command words?

0 Answers  


What do know about tee command and its usage?

0 Answers  


What is the syntax of grep command and what is its use?

6 Answers  


What does the “echo” command do?

0 Answers  


What is a bash command?

0 Answers  






What is the command to compare two files in unix?

0 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,


distinguish between multi-tasking,multi-user,multi- processing and time sharing?

7 Answers   Alcatel, Cisco, Infosys, University Exams,


what is the use of "grep" command?

6 Answers   HCL,


How to redirect standard error to a file?

2 Answers  


What do chmod command do?

0 Answers  


How to open a Database using Unix Command Please Do Reply

9 Answers   Cognizant, CTS,


Categories