inetd를 활성화하는
Posted by : admin at 11 월 8th, 2008
FreeBSD 5.0 이상에서는 기본적으로 inetd가 해제되어있습니다.다음과 같은 방법으로 활성화됩니다.
/etc/rc.conf
inetd_enable="YES"
필요에 따라
/etc/inetd.conf
쓰고 교체 후 다시 시작합니다. # shutdown -r now
Filed under 환경 설정 |
Posted by : admin at 11 월 8th, 2008
FreeBSD 5.0 이상에서는 기본적으로 inetd가 해제되어있습니다./etc/rc.conf
inetd_enable="YES"
/etc/inetd.conf
쓰고 교체 후 다시 시작합니다. # shutdown -r now
Filed under 환경 설정 |