1. xinetd 의 시작
– /etc/rc.d/init.d/xinetd start
– xinetd 스크립트에 start 옵션을 주면 됨.
2. xinetd 의 종료
– /etc/rc.d/init.d/xinetd stop
– xinetd 스크립트에 stop 옵션을 주면 됨.
3. xinetd 의 재시작
– /etc/rc.d/init.d/xinetd restart
– xinetd 스크립트에 restart 옵션을 주면 됨.
4. xinetd 의 상황점검
– /etc/rc.d/init.d/xinetd status
– xinetd 스크립트에 status 옵션을 주면 됨.
5. xinetd 실행 프로세스 확인
– ps -ef|grep xinetd