Install on Linux
Install on Windows
| object | numeric | flagged | user-friendly |
|---|---|---|---|
| data folder and all its subfolders | 755 | -rwxr--r-- | owner: read, write, navigate group: read others: read |
| all files in the data folder and all its subfolders | 644 | -rw-r--r-- | owner: read, write group: read others: read |
| object | numeric | flagged | user-friendly |
|---|---|---|---|
| data folder and all its subfolders | 777 | -rwxrwxrwx | owner: read, write, navigate group: read, write, navigate others: read, write, navigate |
| all files in the data folder and all its subfolders | 666 | -rw-rw-rw- | owner: read, write group: read, write others: read, write |