BM Ashok

BM Ashok

  • NA
  • 8
  • 3.6k

C# : Start a process in Linux - Issues

Aug 8 2016 6:58 AM
I am trying to start a process in Linux using below c# code in mono developer<br /><br />Process.start(filepath);<br /><br /><br />Results as checked in task manager of linux&lt;br&gt;<br />1. Process starts but ends in 3 secs with Memory shown as 'N/A' in task manager during the 3 secs and status as 'Zombie'<br /><br />Note : The process works file when executed from terminal or when double clicked

Answers (1)