I'm on a new Centos 7 setup. So far I have logged in via ssh
as root:
- added a new user
- gave user full permission via
visudo
- added user to the root group (not sure if this is needed)
Logged out and then logged in with the new user. I had already done a few things with the root user, such as install LAMP and add the directory /var/www/public_html/test/
I am able to delete the test directory via SSH, but I am not able to use a SFTP client to do so... when I am using a SFTP client (Transmit for MAC) I get permission denied
.
So my question is... how do I give my user permissions that will let me use the SFTP client to complete basic operations such as add/remove/move?