I have created a group called "devs". All our coders are grouped under "devs" so that they can access our websites which are all under public_html
folder.
I changed the group of public_hml
to "devs", however, the server seem to override this, now the folder group is set to "nobody".
I am thinking of grouping our coders under "nobody", but is it a good idea? Or are there security risks?
usermod -a -G nobody coder-username