How can I give userA access to all files created by userB / userC, including rwx permission?
Is there a way to do this without giving root access?
Adding to same group won't work because not all the files will have group access. And setfacl can be executed on current files but does not apply to future files created.