-
How to Fix Write Permissions For DaVinci Resolve
Here’s how to fix write permissions for DaVinci Resolve. To fix this, just open a terminal and run: chmod -R 766 /your/problem/drive/or/directory What’s Going On? On linux, security is brilliantly built in. By default, files and folders that you create have a set level of permissions (defined by the umask command). Typically, the default is…