G'day people<br
I am trying to get the process name out of the process table,
Not the fname function some thing that will just give me the name of then process
Such as a.out, dodgy.pl
Things like that.
This is probably a very simple question
But i have try and cannot get it.
the code
$userid = getpwuid($p->uid);
will return the user uid by name
Is it possible to return the pid by name??