Posts: 854
Threads: 154
Joined: Jun 2012
Reputation:
0
I think there might be an old SAMP server running on my FTP (or some other server), but I have no idea where it would be running (meaning I'm not sure what to kill).
Does anyone know a kill all command for PUTTY (linux) servers?
I'm not very experienced in PUTTY so exact commands would be good, thanks!
Posts: 854
Threads: 154
Joined: Jun 2012
Reputation:
0
so $ ps was an invalid command, however ps worked... It said this:
PID TTY TIME CMD
10271 pts/0 00:00:00 bash
10327 pts/0 00:00:00 ps
What does this mean, also none of these say or look like anything to do with the running SA-MP server I have running, so I'm confused...?
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
this means you do not have any samp server currently running.
You should see ./samp03server or a directory where you placed the samp servers .exe.
Posts: 854
Threads: 154
Joined: Jun 2012
Reputation:
0
I know for a fact there is a SA-MP server running though on the Linux FTP?
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
try and type killall. Then any process that does not have auto restart should be killed. But if the ps doesnt show a sampserver CMD then that means its not running for sure.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
You could just reboot the whole server, no?
Guest9328472398472
Unregistered
Posts: 318
Threads: 2
Joined: Jun 2009
Reputation:
0
killall -u [user running the server]
Kills all processes run by a specific user.