Changing the user group of a shared folder on Guest [VirtualBox]

1

I have the following folder on my CentOS guest OS, shared by my Mac host OS:

[root@server-1 media]# ls -l /media/sf_Sites/
total 0
drwxrwx--- 1 root vboxsf 816 Jan  6 23:53 domain.com

I want to run nginx using that folder, so I have to do chown -R root:nginx /media/sf_Sites/domain.com/, in order to get rid of permissions denied errors.

I run the command, but nothing happens, the groups are staying the same. What am I missing?

Hristo

Posted 2016-01-07T05:14:01.907

Reputation: 11

No answers