Jump to content

Stopping a server...


Guest s0cKeT

Recommended Posts

Posted

Hi,

Once the server is launched under Linux how should I stop it ??

Posted

I'm guessing you ran it w/ the & at the end to make it invisible? or you've since logged out of the shell. you could kill the process

ps -aux will list all the process

kill ### (where ### is the process number or pid)

Kent

mtateam5fq.png

Kent Simon's Amazing Cross Language Hello World Program!!

#include #define print printf#define caller void main(){#define ref }caller ;print ("Hello World!\n");ref;
 
Posted

lol thanks I thought it was too easy to stop the server like this, so I don't even give a try... >_<

;)

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...