find /tmp/ -name "ruby_sess*" -cmin +1 -exec rm \{} \; find /tmp/ -name "*request_body*" -cmin +1 -exec rm \{} \; find /tmp/ -name "*CGI*" -cmin +1 -exec rm \{} \; find /tmp/ -name "*apr*" -cmin +1 -exec rm \{} \; find /tmp/ -name "open-uri*" -cmin +1 -exec rm \{} \; find /tmp/ -name "vi*" -cmin +1 -exec rm \{} \; find /tmp/ -name "sess_*" -cmin +1 -exec rm \{} \; find /var/tmp/ -name "sess_*" -cmin +1 -exec rm \{} \;
Never been to CodeSnippets before?
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)
Clearing out ruby sessions less than a day old (meaning that etc periodic won't get) (See related posts)
You need to create an account or log in to post comments to this site.
Related Posts
» Typo under lighttpd in lighttpd ruby rails typo ruby-fcgi
» Example lighttpd config for ... in php lighttpd rails examples filenice
» killing your own dispatch.fcgis in awk lighttpd ruby rails
» Howto Send Email When Rails... in email ruby rails exception error
» Handle Maintenance Tasks for... in ruby rails maintenance
» Typo current error in ruby rails typo error textdrive setup
Snippets (source code soon to be available) developed by Peter Cooper and powered by Ruby On Rails