: 안녕하세요
: ftp난 telnet으로 접속하였을때..
: 상위 디렉토리로 접근 불가능하게 하는 방법좀 가르켜주세요
: 특정 디렉토리만 접근 할 수 있는 방법...ㅡㅜ
:
: 예를 들자면 아래와 같이 있으면
: /home/user
: /aaa
: user는 user 디렉토리와 /aaa라는 디렉토리만 접근 가능하도록
: 하는 방법 좀 가르켜 주세요...
:
: 그럼 즐거운 하루 보내시기를...^^
-------------------------------------------------------------
ftp는요...
proftp를 사용할때의 경우입니다.. (알짜 버젼..)
vi etc/proftpd.conf
# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.
ServerName "ProFTPD ALZZA Default Installation"
ServerType standalone
DefaultServer on
<font color=yellow><b>DefaultRoot ~ </b></font><<<<------ 여기를 삽입해 주세요..
이문장 통째로요...
# Use Pam Module (required /etc/pam.d/ftp)
# please read /usr/doc/proftpd-1.2pre3/mod_pam.c
#
텔넷은 전 잘 모르겠구요
--
김광회