On 12/5/05, Kurt V. Hindenburg <[EMAIL PROTECTED]> wrote:
> On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote:
> | 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
> |
> | The problem is that this is not working, it works in the shell, but it
> | doesn't works from cron. I
On Monday 05 December 2005 09:39, Andres Becerra Sandoval wrote:
| 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
|
| The problem is that this is not working, it works in the shell, but it
| doesn't works from cron. If anybody can enlight me, I would appreciate
| it.
Most of the time,
On 12/5/05, Neil Bothwick <[EMAIL PROTECTED]> wrote:
> On Mon, 5 Dec 2005 15:39:00 +0100, Andres Becerra Sandoval wrote:
>
> > What I want to do is to generate this file everyday with a crontab
> > entry like this:
> >
> > 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
> >
> > The pro
On Mon, 5 Dec 2005 15:39:00 +0100, Andres Becerra Sandoval wrote:
> What I want to do is to generate this file everyday with a crontab
> entry like this:
>
> 45 6 * * * /usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
>
> The problem is that this is not working, it works in the shell, but it
>
Hi,
I use often the great tool glsa-check in this way:
/usr/bin/glsa-check -l new > /tmp/`date +%F`.glsa
To produce a file which I could read or mail, to check for
vulnerabilities in a machine.
What I want to do is to generate this file everyday with a crontab
entry like this:
45 6 * * * /usr
5 matches
Mail list logo