How do I automatically empty the trash on logout?
- by Jonas
Users on a linux (CentOS4) machine I administer consistently forget to empty the trash. Since the people work on big files, this can fill up the /home partition very quickly.
Therefore, I would like to create a script that automatically empties the user's trash whenever they log out.
How would I do that?