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
Differentiate cat command from more command.
Why is it called grep?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is the use of egrep command in unix?
What is grep short for?
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 pipe command in unix?
Which command will print your home directory on screen?
What do chgrp command do?
How does pipe () work?
Why is shebang used?
Explain command to view process running?
Explain command to display different lines that are found when compare two files?
How do I open a port?
Which command is used to kill the last background job?