Question about vsftpd and permissions on FreeBSD
Hello,I'm running vsftpd on FreeBSD and I would like to have a user have the following folder structer when they login to FTP:
/ (root)
/wwwroot/ (their "public html" directory, read+write)
/logs/ (apache logs, readable only)
Now, I'm not sure if it's my permissions set by chmod, as well as the user and group, or if it's vsftpd using different permissions, but basically I want to deny the user the ability of being able to remove the "wwwroot" and "logs" folders, just incase they delete them by accident. What kind of user permissions would best suit me in this situation?
Any help would be appreciated.
Thank you!