Hello. I have some user, for example, “example” :) And his home directory is /var/www/example/, where are sites folders (/var/www/example/example.com). For ftp access I use this user’s login “example” and his password. But. I need to create another one ftp user, with access to the folder /var/www/example/example.com/subfolder and only to this folder. I can’t create a unix user with such home directory. Is there a way to resolve this problem?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
Actually, you can create a user with
/var/www/example/example.com/subfolder
as its home directory:Indeed. I just tried to use already existing directory as home, that’s why it didn’t work. Thank you.