C언어에서 명령어 실행하기
# vi command.c
------------------------------
#include "stdlib.h" // Header File
int main()
{
system("입력할 명령어"); //Print
return 0;
}
------------------------------
# gcc -o command command.c
2009. 3. 30.
피드 구독하기:
댓글 (Atom)
Linux, RHCE, RHCT, Redhat, CentOS, Fedora, Suse, Solaris, Unix, OpenSource, SAMBA, NFS, Route, iptables, firewall
댓글 없음:
댓글 쓰기