Permissions to edit html and css files

Posted by pshock13 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
Permissions to edit html and css files
September 01, 2017 07:27AM
I want to do some editing of the html and css files that work the /content/ and /shared/ pages on the piratebox.

First off, where are the files that are used for the site? Not the backup files, I dont want to mess those up.

Second, whats a command I could use in SSH to grant permissions to the folder and all subfolders and files? Rather than granting permissions per file...
Re: Permissions to edit html and css files
September 02, 2017 08:38PM
Hi,
the files are in /opt/piratebox/share/content , like I wrote in the other topic. winking smiley

The easiest way is to change the permissions to read-write for all:

sudo chmod a+rwx /opt/piratebox/share/content -R

best regards Matthias