我已阅读手册页。
我从这个链接http://support.sas.com/documentation/onlinedoc/sasc/doc750/html/lr2/zid-7281.htm了解到的是
A successful call to execve does not have a return value because the new process image overlays the calling process image
我不是很清楚为什么会发生这种情况?如果新进程覆盖调用进程,为什么它只返回失败而不返回成功?