tmpreaper: Tmpreaper (cleans up files in directories based on their age) tmpreaper: This package provides a program that can be used to clean out tmpreaper: temporary-file directories. It recursively searches the directory, tmpreaper: refusing to chdir() across symlinks, and removes files that haven't tmpreaper: been accessed in a user-specified amount of time. tmpreaper: You can specify a set of files to protect from deletion with a tmpreaper: shell pattern. It will not remove files owned by the process EUID that tmpreaper: have the 'w' bit clear, unless you ask it to, much like `rm -f'. tmpreaper: tmpreaper' will not remove symlinks, sockets, fifos, or special files tmpreaper: unless given a command line option enabling it to. tmpreaper: