Thread
:
high idle consumption
View Single Post
ladoga
2013-05-25 , 14:22
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
Quote & Reply
|
The Following User Says Thank You to ladoga For This Useful Post:
hrbani
ladoga
View Public Profile
Send a private message to ladoga
Find all posts by ladoga