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 sed command in unix?
Why is awk called awk?
Name the unix command to find how many days the server has been up.
How to find $ai_serual resolved path by using unix
What is the size of time_t?
What is pipe command in unix?
What command is used to switching between users in unix?
What are filter commands in unix?
Which command is used to create a directory?
Why is it called a shebang?
Can you explain a little bit about command substitution?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How can you see the command line history?
How to display no of records in oracle using unix command?
What are file commands?