Thanks for the reply, but that doesn't work.  At least in the form:

 find /etc/* -amin 8

Seems to return some files that have been created long ago.  The actual files do 
seem to change with time.  Example:

[root@main postfix]# date
Fri Dec  1 22:55:43 EST 2000
[root@main postfix]# find /etc/* -amin 10
/etc/fstab
/etc/host.conf
/etc/hosts
/etc/postfix/virtual.db
/etc/postfix/sender_access.db
/etc/postfix/header_checks
[root@main postfix]# dir
total 230
<unneeded lines deleted>
-rw-r--r--    1 root     root         1147 Dec  1 22:43 header_checks
-rw-r--r--    1 root     root         4096 Nov 29 01:11 relocated.db    
-rw-r--r--    1 root     root         1001 Nov 23 13:06 sender_access
-rw-r--r--    1 root     root        20480 Nov 23 13:06 sender_access.db
-rw-r--r--    1 root     root        14244 Dec  1 15:18 virtual
-rw-r--r--    1 root     root        10132 Sep  8 16:34 virtual.backup
-rw-r--r--    1 root     root        20480 Dec  1 15:18 virtual.db

As you can see, sender_access is dated in November, and has an identical time/date 
stamp as sender_access.db, which wasn't picked up.  Header_checks is the file I 
expected it to return.

She no be workie!  

Bob

Please CC your reply to me directly: [EMAIL PROTECTED]

Keep in touch with http://mandrakeforum.com: 
Subscribe the "[EMAIL PROTECTED]" mailing list.

Reply via email to