what is the difference between "cron" command and "at" command?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of cut command in unix?
What does pipe () return?
What is sed awk grep?
How do I run a bash script?
What does grep v grep do?
Is it inbetween or in between?
What is .sh file?
What is the first character of the output in ls l command?
What's a command word?
What is command statement?
What is in grep command?
What does sed command do in unix?
How do you grep recursively?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the use of awk command in unix?