Q: How can i lock ftp users into there directory on my Qube 3
A: update /etc/proftpd.conf with the following information;
Existing section;
DefaultRoot / wheel
DefaultRoot /home !wheel
change into;
#DefaultRoot / wheel
#DefaultRoot /home !wheel
DefaultRoot ~
next restart the inetd (Type; /etc/rc.d/init.d/inet restart)