반응형
1. conf 파일 수정하기
[root@angelsoma]vi /usr/local/proftpd/etc/proftpd.conf
ServerType standalone
#ServerType inetd
DefaultServer on
ServerAdmin root@localhost
//아래의 내용을 추가하시면 모든 사용자는 자기 홈디렉토리 이상으로는 이동할수없습니다.
DefaultRoot ~
2. proftp 데몬 재시작하기
[root@angelsoma]# /etc/rc.d/init.d/proftpd restart
[root@angelsoma]vi /usr/local/proftpd/etc/proftpd.conf
ServerType standalone
#ServerType inetd
DefaultServer on
ServerAdmin root@localhost
//아래의 내용을 추가하시면 모든 사용자는 자기 홈디렉토리 이상으로는 이동할수없습니다.
DefaultRoot ~
2. proftp 데몬 재시작하기
[root@angelsoma]# /etc/rc.d/init.d/proftpd restart
반응형
'Linux' 카테고리의 다른 글
| * Apache 설치 (0) | 2007.08.29 |
|---|---|
| Mysql 설치 (0) | 2007.08.29 |
| * Proftpd(ftp daemon) 설치 (0) | 2007.08.29 |
| 리눅스의 디렉토리구조 (0) | 2007.08.29 |
| vi 초간단 매뉴얼 (0) | 2007.08.29 |