FG
💻 Software

Can't create any folder in htdocs on ubuntu

Fresh7 days ago
Mar 15, 202674546 views
Confidence Score0%
0%

Problem

How do I set the permission, so I can? The "Create new folder" option is grayed out. I tried this: But it still doesn't work. When I add: It says:

Error Output

sudo chmod -rw /opt/lampp/htdocs

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can't create any folder in htdocs on ubuntu

Low Risk

You are mistaking how chmod and the unix file permissions operate. You need to configure the /opt/lampp/htdocs directory so that the user you are logged in as has permission to write. You also need to ensure that what you write in there can be read …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment