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
Explain ‘system calls’ with respect to unix commands?
What is the command to find maximum memory taking process on the server?
What is the use of find command in unix?
Enumerate some of the most commonly used network commands in unix?
What command is used to check the current users?
What is the pipe command?
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to copy files?
What do know about tee command?
What will the following command do?
How many unix commands are there?
What is the general format of unix command syntax?
What does touch command do in unix?
What happens when we execute a unix command?
What is grep short for?