diff --git a/mkdocs/docs/faq/technical_behavior_and_limitations.md b/mkdocs/docs/faq/technical_behavior_and_limitations.md index 3d74df46..49df8fba 100644 --- a/mkdocs/docs/faq/technical_behavior_and_limitations.md +++ b/mkdocs/docs/faq/technical_behavior_and_limitations.md @@ -252,7 +252,7 @@ decided that the credential handling would change. As of v2.42.0 mergerfs now runs effectively as root when performing more filesystem calls. On Linux it uses `capabilities` which allow any -user it changes to to act as if it were root. This minimizes the +uid:gid it changes to to act as if it were root. This minimizes the amount of credential changing. When creating new files, directories, symlinks, etc. it will change the thread's creds to the requester uid:gid to ensure the file is created as the user atomically.