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
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is {} in find command?
Who wrote grep?
What are reported commands?
What is ‘ps’ command for?
What is in grep command?
What is s and g in sed command?
What is the use of cut command in unix?
Which command should you use to find the remaining disk space in unix server?
What command is used to check the current users?
What is $0 bash?
Explain mount and unmount command.
How to use grep command to list find the records of a file containing 10 different strings?
How can we use grep command in unix?
Which command is used to copy files?