Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4366  / 2 Years ago, mon, may 9, 2022, 11:40:29

Using Ubuntu 12.04. is there any way to hide a running process ? That process shouldn't' display in system monitor,top,htop . There is no problem to remember the process id (PID) so observation of the process can be done easily .but i want to hide the process completely . is there any way ?


More From » process

 Answers
0

I would highly recommend you to change the process name and give it some other name so that it might look like you are running some different process.



Example: you can change the process name from "chrome" to "findme".



This can be done programmatically.



or



You can play around at kernel level (pid_getattr) to make it possible. Again this is not recommended.



or




WARNING !!! Don't try the below answer:




If you wanna still go ahead and remove the process from top, there are few softwares which can do that for us. One among those software is called "Rootkits"



Rootkits: When rootkits is installed it overwrites the commands. It can overwrite the command like ps,ls,netstat,find,du,ifconfig,login,killall, etc..



There many malicious software with the same name. So be careful it might infect your system.



Unhide: To detect the hidden process you can use unhide.


[#35816] Tuesday, May 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dresuitable

Total Points: 69
Total Questions: 116
Total Answers: 122

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
dresuitable questions
Sat, May 15, 21, 04:38, 3 Years ago
Fri, Apr 14, 23, 09:53, 1 Year ago
Tue, May 16, 23, 18:13, 1 Year ago
Sun, Apr 24, 22, 12:59, 2 Years ago
;