diff --git a/content/en/agent/troubleshooting/permissions.md b/content/en/agent/troubleshooting/permissions.md index 0a7084498e8..27939e3c06b 100644 --- a/content/en/agent/troubleshooting/permissions.md +++ b/content/en/agent/troubleshooting/permissions.md @@ -68,7 +68,7 @@ ls -al /opt/datadog-agent/run If the owner of the file is **NOT** `dd-agent`, run the following command to fix it: ```text -chown dd-agent -R /opt/datadog-agent/run +sudo chown -R dd-agent:dd-agent /opt/datadog-agent/run ``` After making this change, the [Agent Start command][5] should successfully be able to start the Agent. If you continue to see this issue despite having taken these steps, contact [Datadog support][6] for additional direction.