Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Permission issue - 777 :-(

Started by Sunil 7 years ago · 1 replies · 344 views
7 years ago

Hi,

I am getting an error -

The directory "/home/abcd.com/html/cache/doctrine/e1619efa" is not writable.

When I set like
chmod -R 777 cache

OR
if I change owner like
sudo chown -R nobody:nobody /home/abcd.com

Everything working fine.

I am trying to change the owner to FTP so that he can manage it. But I am getting an error.

sudo usermod -a -G nobody webrun_ftp
sudo chown -R webrun_ftp:webrun_ftp /home/abcd.com/html
sudo chmod -R 755 /home/abcd.com

777 is too dangerous and I wanted to run/manage via FTP. Using Openlitespeed and web server.

Please help .

7 years ago

What is your web server running? If apache, then you have www-data user and group.

Use the www-data group with 755 on the folder structure.

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 82 12 hours ago
General · by pamtbaau, 17 hours ago
1 55 16 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 348 5 days ago
General · by Duc , 5 days ago
3 43 5 days ago