I have what I think is the brontok virus. Trying to remove it following this post How do I remove the brontok virus that has infected my Ubuntu via Wine?
I entered the command ps aux | grep .exe after removing wine to see a list of running .exe processes but I don't understand the output. Is there a process running here that I could kill?
sam@congo-bongo-i:~$ ps aux | grep .exe
sam 2028 0.0 0.1 352400 8740 ? Sl 11:52 0:00 /usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0
sam 2609 0.0 0.0 16016 924 pts/2 S+ 11:54 0:00 grep --color=auto .exe
I'm obviously very unfamiliar with command line stuff so please be gentle.
Thanks