- Kill a process from PID file - Some applications create a PID file - a file that stores the PID of the application. The Mongrel server (and I think WEBrick too) creates a PID file in an application’s root directory at e.g. [app]/tmp/pids/mongrel.pid. You can use the cat comma...

