2021年10月23日

摘要: [root@centos7 ~]# cat test.c #include <stdlib.h> #include <stdio.h> #include <unistd.h> int main() { int ret = 0; ret = fork(); if (ret == 0) { execv( 阅读全文
posted @ 2021-10-23 18:16 tycoon3 阅读(965) 评论(0) 推荐(0)

导航