Re: User crontab file dosent run...?

2006-07-17 Thread perikillo
On 7/17/06, Dan Nelson <[EMAIL PROTECTED]> wrote: In the last episode (Jul 17), perikillo said: > Hi people. > > Im testing how to run scripts from cron using the crontab program, > the handbook say tha each user need to have a crontab file if they > want to run some

Re: User crontab file dosent run...?

2006-07-17 Thread Dan Nelson
In the last episode (Jul 17), perikillo said: > Hi people. > > Im testing how to run scripts from cron using the crontab program, > the handbook say tha each user need to have a crontab file if they > want to run some process with the cron program: > > user-x$ crontab

Re: User crontab file dosent run...?

2006-07-17 Thread Giorgos Keramidas
On 2006-07-17 10:17, perikillo <[EMAIL PROTECTED]> wrote: > Hi people. > > Im testing how to run scripts from cron using the crontab program, > the handbook say tha each user need to have a crontab file if they > want to run some process with the cron program: > > us

User crontab file dosent run...?

2006-07-17 Thread perikillo
Hi people. Im testing how to run scripts from cron using the crontab program, the handbook say tha each user need to have a crontab file if they want to run some process with the cron program: user-x$ crontab -e SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin MAILTO=root */1

Re: crontab file

2004-12-30 Thread Louis LeBlanc
On 12/30/04 01:30 PM, Mike Jeays sat at the `puter and typed: > On Thu, 2004-12-30 at 12:15, Leon wrote: > > Hi All, > > > > I edited "crontab" file to update my ports every day at certain time. > > But , when time comes, I do not see any information on the sc

Re: crontab file

2004-12-30 Thread Mike Jeays
On Thu, 2004-12-30 at 12:15, Leon wrote: > Hi All, > > I edited "crontab" file to update my ports every day at certain time. > But , when time comes, I do not see any information on the screen, that > something was updated. > Should the system sow any information a

crontab file

2004-12-30 Thread Leon
Hi All, I edited "crontab" file to update my ports every day at certain time. But , when time comes, I do not see any information on the screen, that something was updated. Should the system sow any information about update or not? If not, how can I check If ports was updated? Th

Re: Crontab file (root user)

2004-09-17 Thread Lowell Gilbert
"Steve Bertrand" <[EMAIL PROTECTED]> writes: > I'm wondering where the crontab is located for the root user. I know > there is the system crontab in /etc, however doing a #crontab -e when > su'd to root, it comes up with a different crontab. Right. Just as you said: the former is the system cro

Re: Crontab file (root user)

2004-09-17 Thread Steve Bertrand
> On Fri, 17 Sep 2004 09:36:01 -0400 (EDT), Steve Bertrand > <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> I'm wondering where the crontab is located for the root user. I know >> there is the system crontab in /etc, however doing a #crontab -e >> when >> su'd to root, it comes up with a different cro

Re: Crontab file (root user)

2004-09-17 Thread Renato Botelho
On Fri, 17 Sep 2004 09:36:01 -0400 (EDT), Steve Bertrand <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm wondering where the crontab is located for the root user. I know > there is the system crontab in /etc, however doing a #crontab -e when > su'd to root, it comes up with a different crontab. > >

Crontab file (root user)

2004-09-17 Thread Steve Bertrand
Hi all, I'm wondering where the crontab is located for the root user. I know there is the system crontab in /etc, however doing a #crontab -e when su'd to root, it comes up with a different crontab. Is there a file on the system that actually contains the root users crontab entries? Tks. __