在程序中执行改变目录操作

system("cd /usr/video");//在10#板卡上面没有适合的shell可供执行

替代方案chdir("/usr/video");

原文地址:https://www.cnblogs.com/xpylovely/p/13361972.html