Article:
 |
|
Learning the Terminal in Jaguar, Part 1
|
| Subject: |
|
crontab moved |
| Date: |
|
2005-08-24 14:02:29 |
| From: |
|
WinterLavigne
|
|
|
Hello,
I'm trying to learn a thing or two about using the terminal.
As I was following the tutorial, after giving the command sudo pico crontab I see this message: "The periodic and atrun jobs have moved to lauchd jobs
See /system/lybrairy/LaunchDaemons"
This probably has something to do with the fact that I working with Tiger and not Jaguar, but if anyone can give me a hand in locating this file????
Thanks
|
Showing messages 1 through 7 of 7.
-
crontab moved
2007-08-14 02:23:28
Semiotikus
[View]
-
crontab moved
2005-09-07 01:41:04
andrewf
[View]
-
crontab moved
2005-10-24 06:28:24
hausmeister
[View]
-
crontab moved
2007-02-23 16:31:41
rupertreid
[View]
-
crontab moved
2007-08-28 17:44:40
Jonny81
[View]
-
crontab moved
2007-08-28 17:55:55
Jonny81
[View]
-
crontab moved
2007-02-23 16:31:21
rupertreid
[View]
First of all, this is not a message from pico as some of the users suggest. It is a comment in the crontab file.
Since Tiger the system it self does not use cron to launch processes. This is now done by 'launchd'.
You can still use cron to launch you periodic tasks.
In my case i use it to make sure, a by cron launched php-script will work, since i need it to run on a linux webserver and develop on my local mac.