So I was running a script that used webdriver and now my /tmp directory is a little bloated but I can not remove those folders because I get some kind of resource busy error. My script did not call quit()
on the browser so I'm guessing that might have something to do with it. Any suggestions?