SUMMARY: Multiple crons ?
2007-12-25 5:00:00
Had lots of replies on this one - thank you everyone. In short:
[SUMMARY]
The ONE CRON PROCESS handles the cron jobs for all the users.
EACH USER has his own crontab file. [See the manpage for crontab to
control permission on using crontab.]
The file specified is the crontab file for the user "sys".
As root, type:
crontab -e sys
and add the lines there.
[ANOTHER REPLY]
I believe what you are asking is whether or not you can have multiple
crontab files per user. The answer is no.
[ORIGINAL POST]
> Hi, I am trying to enable sar (collection) on my server, Solaris 9,
and
> in the manual they refer to /var/spool/cron/crontabs/sys
>
>
> I already have a cron running, but this made me think - can I have
> multiple crons running ? Or must I copy all these lines to my
primary
> cron ?
Comments
Got something to say?
You must be logged in to post a comment.

