Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
First I have to find the Os details of remote machine if it Windows machine we can use WMI queries .. What about for Linux or Unix machine ... My main aim is to get system info of Linux and unix machine either using same protocol or diffrent protol for both WIndows and Linux. Please tell me how can i approch Linux machine to get the data .. is there any protocol similar to WMI ? Give me some guidlines to start the project if it is possible in .net.
Posted

1 solution

Please start here: http://www.linuxloop.com/2009/09/28/remotely-accessing-your-linux-computer-part-1[^].

No, it's not "similar to WMI". Linux is very different from Windows in this respect, and WMI it totally specific to Windows. Read Linux documentation on how to access all the system setting by an authenticated (possibly non-interactive) user.

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900