[newbie] A command to list running processes.

2004-02-12 Thread Marc Resnick
Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I do? Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] A command to list running processes.

2004-02-12 Thread Christoph Eckert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 12. Februar 2004 23:58 schrieb Marc Resnick: Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I do? ps -aux | grep NAME or ps -e | grep NAME

Re: [newbie] A command to list running processes.

2004-02-12 Thread Dennis Myers
On Thursday 12 February 2004 04:58 pm, Marc Resnick wrote: Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I do? You can see everything running and its pid # by typing top in a console, does not have to be

Re: [newbie] A command to list running processes.

2004-02-12 Thread Lee B.
Dennis Myers wrote: On Thursday 12 February 2004 04:58 pm, Marc Resnick wrote: Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I do? You can see everything running and its pid # by typing top in a

Re: [newbie] A command to list running processes.

2004-02-12 Thread Dennis Myers
On Thursday 12 February 2004 08:03 pm, Lee B. wrote: Dennis Myers wrote: On Thursday 12 February 2004 04:58 pm, Marc Resnick wrote: Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I do? You can see

Re: [newbie] A command to list running processes.

2004-02-12 Thread John Drouhard
On Thu, 12 Feb 2004 18:03:22 -0800 Lee B. [EMAIL PROTECTED] wrote: Dennis Myers wrote: On Thursday 12 February 2004 04:58 pm, Marc Resnick wrote: Is there a shell command to list running processes? I used screen to start up a game server, then detached. If I want to stop it, what do I