Monday, 15 February 2010

Get process executed by MONO on GNU/Linux -



Get process executed by MONO on GNU/Linux -

i using mono execute application. using ps command shows eihter processname mono or cli. how can name of application executed mono ?

example : mono myapp.exe

i want know, if myapp.exe excecuted. want check programmatically.

cheers.

you run programme shell script , there can utilize -a flag exec:

#!/bin/bash exec -a visiblename mono program.exe

linux process mono

No comments:

Post a Comment