I want to ask a question about privileges using an SSH connection.
I need to create a user who has full root privileges to a few folders in the main directory, like: /etc/php
, /etc/mysql
, /var/www
and has no access to the other directories.
Does anyone know any method on how to do it?