06/12/14 12:10(e)an, Harry van Haaren
igorleak idatzi zuen:
Thanks for the heads up, Harry. I will add this command to my
"useful commands" archive.
$ export LANG=C
$ netstat -ntulp | grep 8888
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:8888 0.0.0.0:*
LISTEN
$ sudo netstat -ntulp | grep 8888
[sudo] password for pablo:
tcp 0 0 0.0.0.0:8888 0.0.0.0:*
LISTEN 1204/btsync-daemon
So, it turns out to be the btsync daemon. I was "forced" to install
bittorrent sync for some homework.
This seems like a good excuse for me to wipe it out asap, lol.
Cheers! Pablo