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

Permission issue - 777 :-(

Started by Sunil 7 years ago · 1 replies · 420 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 jean-louis67, 3 days ago
2 83 2 days ago
General · by Andy Miller, 7 days ago
0 147 7 days ago
General · by Veehem, 1 week ago
0 146 1 week ago
General · by milkboy, 1 week ago
0 142 1 week ago
General · by ian russell, 2 weeks ago
2 226 2 weeks ago