<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 7, 2017 at 4:59 PM, Roger Siddons <span dir="ltr"><<a href="mailto:dizygotheca@ntlworld.com" target="_blank">dizygotheca@ntlworld.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 07/08/17 20:31, Ashu Desai wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I changed the permission of this new backend Video folder by:<br>
<br>
* chmod g+w /usr/local/media/videos/*<br>
<br>
</blockquote>
<br></span>
That just changes permissions of the contents of the folder.<br>
The whole folder hierarchy needs read/execute permissions as well.<br>
<br>
<a href="https://unix.stackexchange.com/questions/13858/do-the-parent-directorys-permissions-matter-when-accessing-a-subdirectory" rel="noreferrer" target="_blank">https://unix.stackexchange.com<wbr>/questions/13858/do-the-parent<wbr>-directorys-permissions-matter<wbr>-when-accessing-a-subdirectory</a><br>
<br>
Post the result of:<br>
<br>
namei -lxo /usr/local/media/videos/<br>
<br>
and others will advise. I'm going offline.<div class="gmail-HOEnZb"><div class="gmail-h5"><br><br></div></div></blockquote><div><br></div><div>[root@mythmaster ~]# namei -lxo /usr/local/media/videos/</div><div>f: /usr/local/media/videos/</div><div>Dr-xr-xr-x root root /</div><div>drwxr-xr-x root root usr</div><div>drwxr-xr-x root root local</div><div>drwxrwxr-x root root media</div><div>drwxrwxr-x root root videos</div><div> </div></div>
</div></div>