The Linux box I'm managing is used mainly as a web server. The owner of a site wants to give a new user access to the site so that they can do some work on it. I've created the user account (vinod) and added him to a new group called developers.
The site name is mobplay, so I need to give the developer group (or vinod) read/write access, but I'm concerned about adding or removing the current permissions in which the mobplay user and nobody group have access.
What is the best solution to ensure vinod gets access and the site continues to run as normal?