LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Scheduling jobs (https://www.linuxquestions.org/questions/linux-newbie-8/scheduling-jobs-125384/)

Netmaster0000 12-12-2003 09:12 PM

Scheduling jobs
 
Just curious as to how to write a script to schedule regularly occuring jobs. Any example is acceptable

crabboy 12-12-2003 09:28 PM

An example of what you are trying to do may help. Do you want to use cron for your task?

contrasutra 12-12-2003 10:00 PM

look at cron.

"man crontab".

To edit your cron jobs, do "crontab -e".

Netmaster0000 12-13-2003 06:43 AM

Ok. Let's say i want to write one so that every time i log on it checks my current pid, my processes, and the overall processes on the system?

Even more so, how to i set the priority and then check the time the jobs took to process?


All times are GMT -5. The time now is 09:11 PM.