I am a new sysadmin (by default). We have an ubuntu 14 server with two users. Both users need to deploy web apps to the (production) server. My plan is to create a folder off of root
/apps/
and then put each app in a folder there. Then add each user to a group and give that group permissions to read and write in that folder?
Is that the clean/standard way to do this? Am I missing something? Interested in doing this properly.