in reply to Re^2: How to see the processId of the process called by system command from perl
in thread How to see the processId of the process called by system command from perl

Have you read the pidof manpage? It tells you what pidof does. It only finds the pid of a running process. It does not launch a process.

  • Comment on Re^3: How to see the processId of the process called by system command from perl
  • Download Code