You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question about file permissions.
The documentation explains 2 solutions :
If ACL is used, we can see :
effective:r--
by ACL maskr--
)So, if a file is created by
www-data
, it cannot be edited bymyuser
.If ACL is used WITH
umask(0002)
, we can see :rw-
andeffective:rw-
)In my case :
But the documentation says
Changing the umask is not thread-safe
.Did you have this problem ?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions