1
Answer

C# : Start a process in Linux - Issues

BM Ashok

BM Ashok

8y
292
1
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)