首页 > 代码库 > Shell in Cocoa

Shell in Cocoa

头文件相关

#include <stdlib.h>

 

方法相关

system("<Shell 命令>");

 

带默认密码的Shell命令

system("echo <password> | sudo -S ... -r now");

 

Shell in Cocoa