摘要: 1、通过ubuntu上的系统监视器界面,查看进程状态:2、fork and exec systme function(1) ProcessExec.c :#include #include int main(){ printf("=====system call execl testing==========\n"); //execl("/bin/date", "/bin/date", 0); execlp("date", "date", 0); printf("exec error! 阅读全文
posted @ 2013-07-22 17:28 wangle100 阅读(360) 评论(0) 推荐(0) 编辑