Closed BartPichola closed 5 years ago
Is there a solution for this? I have the same issue here.
I think this may be one of those quirks that needs to be documented as I've lost track of what should be expected here. Anyone doing a deep dive on the hows and whys of shared directory user settings could help here. :)
I think that we can close this one with the 3 version now fixed a lot of problems, what do you think @tomjn?
Folders inside guest the VM take on the ownership group and permissions provided to virtualbox, there's not a lot that can be done about that without moving to things like SMB or NFS shared folders.
Since we've made a lot of significant changes to our shared folder mounts since this issue was opened, I'm going to close it out, but feel free to reopen if it's still of concern
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm having issues with vagrant not assigning proper permissions to files
If I run
This is what I get from local machine:
But this is what I get within vagrant (through vagrant ssh)
in vagrantfile srv/www sync file is set to following:
However all files and folders still read 777.
This is an issue, because when I push files to production or staging via wordmove, all files get overwritten as 777. I then have to manually log into the server and do:
Any help is appreciated :+1: