I have a VPS running CentOS5 with Apache 2.2 and mySQL, as well as VSFTPD for ftp. The user liam
is a system user.
I want to make the /home/html
directory the ftp root for the liam
user, so that when the liam
user logs in via an ftp client, he sees only the contents of the /home/html
directory.
How could I do this?