View Single Post
Posts: 230 | Thanked: 302 times | Joined on Oct 2009 @ Helsinki, Suomi (Finland)
#40
You probably didn't type it correctly. File location is /usr/bin/smartsearch
So to make it unexecutable (-x) for all users. (a)
Code:
# chmod a-x /usr/bin/smartsearch
and then to force (-9) killing of smartsearch process:
Code:
# killall -9 smartsearch
 

The Following User Says Thank You to ladoga For This Useful Post: