用c执行linux命令

Was*_*RAR 1 c linux function exec

有没有办法用c执行Linux命令而不使用execlp()预定义函数或其他东西.

谢谢.

Eri*_*rik 7

使用system()或者popen()如果需要输出命令.