Calling Unix Commands from a remote server using C#
Hello All,
I am currently supporting an application which involves UNIX. I was wondering if there is a way to call UNIX Commands in a remote server using C# so that I can run some of the commands in C# and have its output feeded directly in my screen. Thanks!