Cannot change permissions of folders within vagrant home folder

前端 未结 7 2096
抹茶落季
抹茶落季 2020-12-04 08:50

When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the vagrant user folder, and for files within the vagrant user folder. But ca

相关标签:
7条回答
  • 2020-12-04 09:21

    Can't comment just yet, but to extend on MDeSilva's answer for Vagrant 1.7.2:

    Might be obvious to some, but the group and owner should be in quotes.

    group: "sync_group", owner: "sync_owner", mount_options: ['dmode=755, fmode=644']
    
    0 讨论(0)
提交回复
热议问题