리눅스 분류
proftp 재시작을 할려는데요
작성자 정보
- 차중협 작성
- 작성일
컨텐츠 정보
- 1,480 조회
- 1 댓글
- 0 추천
- 목록
본문
proftpd.conf를 수정하고 proftp 재시작을 할려는데요
아래와 같이 했는데 재시작이 안되고 오류메세지 같은게 뜨네요..
어떻게 재시작 하나요? 아시는 분 가르쳐주세요 ~
[root@www init.d]# /etc/rc.d/init.d/proftpd-standalone restart
ServerType Directive is appointed inetd mode in your proftpd.conf.
So, you start proftpd to use inetd. ServerType standalone doesn't use
proftpd init script
관련자료
-
이전
-
다음
댓글 1
방지용님의 댓글
- 방지용
- 작성일
proftpd.conf 파일에서 ServerType 이 standalone 인가 보군요. standalone 모드에서는 그냥 프로세스를 kill 시키고 다시 시작하시면 됩니다. 질문에 명령은 inetd 모드의 재시작 방법이군요...^^