Problem with permissions

Joined
Jul 26, 2018
Messages
6
Hello, i recently have been having some problem with permissions and i would like some help.

I have 4 users, one is root, the others are worker1, worker2. (i have more users, but i think they are irrelevant)

My folder structure is as follows: (i have more folders,but i think they are irrelevant)
Code:
Main folder
    |---...
    |---Projects folder
              |----Project1
              |----Project2
              |----...

Everyone has access to see the Main folder, but not its contents.
Root and boss have access to EVERYTHING.
Worker1 and 2 have access to everything in Projects folder.
up until now everything was ok. worker 2 would save and create files and worker 1 would be able to see, and vice versa.

But then we added a new worker3 and changed permissions to give him access to Project1, and only that folder, and two days later we took him out of there and gave worker 1 and 2 permission for everything, and worker3 for nothing.

Since the day i gave worker 3 permissions, everything worker2 saves or creates, is created(or modified) without worker1 permissions. but what worker1 creates or saves worker 2 can still see.

I need to be constantly be logging in as root to re-give worker 1 its permissions.

Thank you for your time,
Fabio Ferreira
 
Top