Hacker News new | ask | show | jobs
by john4532452 1958 days ago
The only way i am aware of to assure no unwanted program is running(virus or not) is using the top "ps -e" command to monitor cpu activity. What if the virus modifies the ps command to hide the malicious process in the output ? How should this situation be handled ?