From: Matias Surdi Date: 2005-12-23T17:43:55+09:00 Subject: Re: How can I stop WEBrick running as a daemon Sam Kong escribi�: > Hello! > > I'm a newbie linux user and I logged in to my web hosting server and > tested rails. > I ran 'ruby script/server -d' (-d means to run as daemon). > Now I don't know how to stop it. > I don't have the root's power. > > TIA. > > Sam > > > $ pidof ruby | xargs kill -9 maybe this helps....