Using find on the command line as su is a great way to remove spent sessions from your /tmp directory for instance.

find -user theusersname -delete

Will remove all instances of that users files. A great quick way to clean up after a rogue application in development.

  • Share/Bookmark

Leave a Reply

You must be logged in to post a comment.