Ryan Rix wrote: >> find / -atime +1 > >> >> I believe that should be > find / -atime +1 > /tmp/fileage > > Note the reverse in the redirect symbol. > > Night. Additionally, you probably want -mtime and not -atime. Some space is probably being eaten by logs... Are you rotating them properly? Running 'du -s /*/ > du.`date=%s` ' daily and comparing the output will probably help you discover where the creep is (/home, /var, etc). You can of course drill that down further if you want (/*/*/ or whatever). ~Ben -- Ben Browning Linux Systems Architect and Administrator http://www.bensbrowning.com/