From f9ea9ff9aa70eabd46ad559aac87fa7e46fbe92c Mon Sep 17 00:00:00 2001 From: Chanhyeok Seo Date: Fri, 6 Dec 2024 14:12:42 +0900 Subject: [PATCH] Update chown command on permissions.md --- content/en/agent/troubleshooting/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.