Server: Ubuntu 12.04 LTS
I am using openSSH and have created an SFTP user called bob
who belongs to group sftponly
. I have chrooted bob to his home directory which is /usr/share/nginx/www/bob/
.
bob is able to SFTP onto the server and view is home directory, however he is unable to edit the files in his directory. I have run chown -R bob /usr/share/nginx/www/bob/*
to make bob the owner of his files yet he is still unable to edit them.
Why would this be?