in reply to Building a test environment
It seems to me you have two courses of action wrt to the aging:
For the second, is there really any difference in testing the lifespan across a month as opposed to 15 minutes?$ touch foo $ ls -l foo -rw-rw-r-- 1 user group 0 Jun 5 09:58 foo $ touch -t 200705050958 foo $ ls -l foo -rw-rw-r-- 1 user group 0 May 5 09:58 foo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building a test environment
by Fletch (Bishop) on Jun 05, 2007 at 14:03 UTC | |
|
Re^2: Building a test environment
by talexb (Chancellor) on Jun 05, 2007 at 14:56 UTC | |
by perrin (Chancellor) on Jun 05, 2007 at 16:17 UTC |