linux中system函数 linux中system函数的用法 linux中system和exec函数的区别?system是用shell来调用程序=fork exec waitpid,而exec是直接让你的程序代替用来的程序运行。 ... 2021-03-15 1660次浏览