当前位置: 技术问答>linux和unix
急!急!fork()一个子进程,然后再子进程中调用execl出了问题。
来源: 互联网 发布时间:2015-12-29
本文导语: 操作系统:fedora 6 *********************代码如下************************************ #define TESTPATH "/home/work/test" #define TESTPROC "test" int cCollectionAndRecord(int InvokeType, int RecFlag ) { if( InvokeType = 1) { /*door system */ pid_t pid...
操作系统:fedora 6
*********************代码如下************************************
#define TESTPATH "/home/work/test"
#define TESTPROC "test"
int cCollectionAndRecord(int InvokeType, int RecFlag )
{
if( InvokeType = 1)
{
/*door system */
pid_t pid;
int flag = 0;
if( ( pid = fork())
*********************代码如下************************************
#define TESTPATH "/home/work/test"
#define TESTPROC "test"
int cCollectionAndRecord(int InvokeType, int RecFlag )
{
if( InvokeType = 1)
{
/*door system */
pid_t pid;
int flag = 0;
if( ( pid = fork())