"garyK" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) om...
> i have RH9 running vsftpd. i have two local accounts for a general
> population of people to access certain dirs on the machine. these
> people will never telnet in and i dont want anon access.
>
> what i cant seem to do is dis-allow people from chdir to parent dirs.
> i dont want users to look around at dirs in the machine. i want them
> locked down to the login dir. ive read tons of docs and howtos and
> cant get it to stop allowing the chdir. can someone show me an example
> of how to do this?
>
> thanks
>
> gary
To make the virtual user restricted to the virtual FTP area, add the
following line in /etc/vsftpd/vsftpd.conf:
chroot_local_user=YES
FJY
|