0

As a no-programmer we are having the following problem. I've shared and set permissions on folders with groups. Everything works as a charm except we can't see the content of the underlying folders (Folder #1 > Folder #1.1 > files).

Does anyone know how we can show all underlying folders as well?

Seth
  • 58,122
rwzdoorn
  • 121

1 Answers1

0

Found it out myself.

Due to 'protection' subfolders aren't readable by default. You need to chmod (777) all folders with the following command:

sudo chmod -R 777 folder.

In my case:

sudo chmod -R 777 /home/username/folder
rwzdoorn
  • 121