Description
Type string READ/WRITE
subprocuser is the user name used to run any subprocesses of pmmasterd such as, when running the system function. The default value is "root".
Example
subprocuser="appl_user"; 
cfile=system("find /home/applhome –name customprofile.txt"); 
if (status == 0) 
{ 
   print(readfile(cfile)); 
}