Hi all,
Please bear with me, i am new to *nix environments. I am using PuTTY to gain shell access to my server. I have been attempting to run a successful tcp socket server. I have managed to get to the point of finding if the server was running using:
netstat -l
after many error messages of "could not bind to port" etc. I can see my server running under "Active Internet Connections" with a state of LISTEN
How, then, can i stop this server? I assume it has been running for some time and i would like to try and run a newer version.
Thanks again, I appreciate any help.
Cheers,
Paul
"If you build it....it won't work the first time.....or the second
Please bear with me, i am new to *nix environments. I am using PuTTY to gain shell access to my server. I have been attempting to run a successful tcp socket server. I have managed to get to the point of finding if the server was running using:
netstat -l
after many error messages of "could not bind to port" etc. I can see my server running under "Active Internet Connections" with a state of LISTEN
How, then, can i stop this server? I assume it has been running for some time and i would like to try and run a newer version.
Thanks again, I appreciate any help.
Cheers,
Paul
"If you build it....it won't work the first time.....or the second