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

Explain the steps that a shell follows while processing a command.

0 Answers  


Explain command to show the space allocation of files?

0 Answers  


distinguish between paging and swapping?

3 Answers   Infosys,


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  






Are you in or at the office?

0 Answers  


How to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


Who command in unix operating system?

0 Answers  


What is nr in awk command?

0 Answers  


Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?

10 Answers   Infosys,


How to get the operating system's information in unix?

6 Answers   IBM, TCS,


what is difference between unix and linux?

6 Answers   IBM, Shell, Wipro,


Categories