데몬 스크립트 파일 : /etc/rc.d/init.d/identd
작성자 정보
- 구돌 작성
- 작성일
컨텐츠 정보
- 2,448 조회
- 0 추천
- 목록
본문
데몬 스크립트 파일 : /etc/rc.d/init.d/identd
identd는 TCP/IP의 ident 프로토콜 서버입니다.
그리고 identd스크립트는 RFC 1413 Document에 정의되어 있는 identd 서버(데몬)을 시작시키거나 종료시키는 스크립트입니다.
이 identd 서버는 TCP/IP로 연결되어 있는 사용자 식별을 위한 프토콜입니다.
사용옵션 : start|stop|status|restart|reload|condrestart
프로세스명 : identd
PID파일 : /var/run/identd.pid
설정파일 : /etc/identd.conf
기타 : /var/lock/subsys/identd
스크립트 사용예
[root@command init.d]# /etc/rc.d/init.d/identd stop Stopping identd: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/identd start Starting identd: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/identd restart Stopping identd: [ OK ] Starting identd: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/identd status identd (pid 4833) is running... [root@command init.d]# [root@command init.d]# ps -ef | grep ident ident 4833 1 0 13:12 ? 00:00:00 [identd] root 4846 2007 0 13:12 pts/0 00:00:00 grep ident [root@command init.d]# |
관련자료
-
이전
-
다음