Is this possible? I need some custom work on squirrelmail and obviously, I don't want to give root access to access the said folder. Any idea how to perform this if it is indeed possible? Thanks
This is an old response but I'm attempting to do the same thing and haven't figured it out.
I'd like to give a user say user123 access to a folder in /var/www/html
i.e. /var/www/html/myapplication
I tried adding the user to the webapps group and making a symlink from their home directory to /var/www/html/myapplication but that didn't work.
It's for building a custom application that everyone will have access to. i.e. yourdomain.com/myapplication
I know the application folder and files have to be owned by webapps so suphp doesn't choke but I can't seem to figure out the way to give SFTP access to that folder to another user.
Other than sFTPing in as root which I'd like to avoid...