I have a bunch of lines in my machine if I use "ps aux". Here are the lines:
samp 8413 0.0 0.0 968 564 ? S 12:28 0:00 ./ssh 150
samp 8419 0.0 0.0 956 380 ? S 12:28 0:00 ./ssh 150
samp 8420 0.0 0.0 956 380 ? S 12:28 0:00 ./ssh 150
samp 8421 0.0 0.0 956 384 ? S 12:28 0:00 ./ssh 150
samp 8422 0.0 0.0 956 384 ? S 12:28 0:00 ./ssh 150
samp 8423 0.0 0.0 956 396 ? S 12:28 0:00 ./ssh 150
samp 8424 0.0 0.0 956 384 ? S 12:28 0:00 ./ssh 150
Just a few out of hundreds. I don't know what "./ssh 150" is or what it does, but I know it shouldn't be there. Or am I wrong?
Edit: All my logins are fine under "root". However, under "samp", I have weird lines:
samp pts/1 quannei.de Wed Jan 29 07:59 - 08:01 (00:01)
samp pts/0 go2tech.de Sat Jan 11 11:24 - 11:24 (00:00)
lsof -p 8413
give? Or justls -l /proc/8413/exe
? – derobert Jan 29 '14 at 17:38samp
user? – derobert Jan 29 '14 at 17:42samp
is just an account I created and it runs 2 gameservers under it. – user1667191 Jan 29 '14 at 17:45