데몬 스크립트 파일 : /etc/rc.d/init.d/pxe
작성자 정보
- 구돌 작성
 - 작성일
 
컨텐츠 정보
- 4,565 조회
 - 0 추천
 - 목록
 
본문
데몬 스크립트 파일 : /etc/rc.d/init.d/pxe
pxe데몬을 시작(종료)하는 스크립트입니다.
PXE(Preboot Execution Environment)서버는 네트워크상에서 다른 PXE서버를 부팅하도록 합니다.
사용옵션 : condrestart|start|stop|restart|reload|status
데몬파일 : /usr/sbin/pxe
스크립트 사용예
| 
   [root@command init.d]# /etc/rc.d/init.d/pxe stop Stopping pxe: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/pxe start Starting pxe: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/pxe restart Stopping pxe: [ OK ] Starting pxe: [ OK ] [root@command init.d]# [root@command init.d]# /etc/rc.d/init.d/pxe status pxe (pid 4068) is running... [root@command init.d]# [root@command init.d]# ps -ef | grep pxe root 4068 1 0 16:46 pts/0 00:00:00 /usr/sbin/pxe root 4083 2340 0 16:47 pts/0 00:00:00 grep pxe [root@command init.d]#  | 
 
관련자료
- 
			이전
 - 
			다음
 
								