I want to read the entire current process on a linux server from my C # .net client? Could you show me the way or the opportunity to achieve this?
We are in the same domain .. I do not think there is a problem with the firewall, but I can not write or install anything on the server.
(I try to get the identifier of the process running in the linux box, and when this process changes the identifier of the process. I need to run some logic in my client application)
source
share