On windows host I run a debian server on virtualbox and I share a folder which is working
mount -t vboxsf -o rw,,dmode=777,uid=33,gid=33 share /var/www/share
I already done
sudo usermod -aG vboxsf $(whoami)
now inside /var/www/share
I have a file which needs 600 permission
but I'm not able to set up
is it possible to change file permissions on windows hosts?