ifconfig 명령을 쓰면 현재 상태가 나오자나요....
그 정보를 새로고침(갱신)하는 방법좀 알려주세요.
man ifconfig 하시면 나옵니다.
ifconfig eth0 1.1.1.1 netmask 255.0.0.0 up
^^;;
네트워크 설정하고..
# /etc/rc.d/init.d/network restart하시면
새로운 정보가 갱신됩니다.
# /sbin/ifconfig하시면 정보를 볼수 있죠
void main() { printf("Hello World\n"); exit(0); } /* 초심으로 돌아가자~~~~~ */
man ifconfig 하시면 나옵니다.ifconfig eth0
man ifconfig 하시면 나옵니다.
ifconfig eth0 1.1.1.1 netmask 255.0.0.0 up
^^;;
네트워크 설정하고..# /etc/rc.d/init.d/networ
네트워크 설정하고..
# /etc/rc.d/init.d/network restart하시면
새로운 정보가 갱신됩니다.
# /sbin/ifconfig하시면
정보를 볼수 있죠
void main()
{
printf("Hello World\n");
exit(0);
}
/* 초심으로 돌아가자~~~~~ */