-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 19 May 2002 03:39 pm, Gordon Messmer wrote:
> That may not keep his files from being deleted. To touch them all, do
> something like this:
>
> #!/bin/sh
> find /tmp/apache | xargs touch
Yes, you're right. That is a better idea.
I'd still
On Sun, 2002-05-19 at 10:12, Michael Fratoni wrote:
> Or write a quick script to modify the access time on the files you want to
> keep.
>
> #! /bin/sh
> for file in /tmp/apache/* ; do
> touch -a "$file"
> done
> exit
That may not keep his files from being deleted. To touch them all, do
some
Michael... Notch up one more grateful newbie on your guru yardstick.
thanks
/j-p.
On Sun, 19 May 2002, Michael Fratoni wrote:
> On Sunday 19 May 2002 04:47 pm, john-paul delaney wrote:
> > Thanks Michael and Emmanuel... you've taught me something new.
> >
> > Anyone have an idea how can I prev
On Sun, May 19, 2002 at 12:07:16PM -0400, Michael Fratoni wrote:
>
> Looking again, (at least on 7.3 and 7.1) with my coffee in hand ;)
> /tmp is 10 days.
> /var/tmp is 30, however. (240 and 720 hours, respectively)
My bad. I missed the first line when I cat-ed the script.
10 days, it is.
Emma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 19 May 2002 04:47 pm, john-paul delaney wrote:
> Thanks Michael and Emmanuel... you've taught me something new.
>
> Anyone have an idea how can I prevent tmpwatch removing the
> sub-directory /tmp/apache (at least until I move the apache dir
Thanks Michael and Emmanuel... you've taught me something new.
Anyone have an idea how can I prevent tmpwatch removing the sub-directory /tmp/apache
(at least until I move the apache directory to a safer home) but still run on /tmp as
normal?
regards
/j-p.
On Sun, 19 May 2002, Michael Frat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 19 May 2002 11:23 am, Emmanuel Seyman wrote:
> On Sun, May 19, 2002 at 10:59:31AM -0400, Michael Fratoni wrote:
> > Have a look at /etc/cron.daily/tmpwatch.
> > It will remove files in /tmp that have not been accessed in the past
> > 10 days
On Sun, May 19, 2002 at 10:59:31AM -0400, Michael Fratoni wrote:
>
> Have a look at /etc/cron.daily/tmpwatch.
> It will remove files in /tmp that have not been accessed in the past 10
> days, if I remember correctly. Then again, i haven't had coffee yet this
> morning. ;)
It's 30 days, actuall
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 19 May 2002 10:38 am, john-paul delaney wrote:
> The backup report on my rh7.0 tells me it cannot find my apache
> directory (installed on /tmp for bad disk partitioning/space reasons).
>
> Granted, I may have inadvertently deleted it mysel
Hello list...
The backup report on my rh7.0 tells me it cannot find my apache directory (installed
on /tmp for bad disk partitioning/space reasons).
Granted, I may have inadvertently deleted it myself though not sure of this. Is there
a way to find out what happened? I've not found anything
10 matches
Mail list logo