Skip to content

Instantly share code, notes, and snippets.

@dade80vr
Last active September 12, 2017 20:08
Show Gist options
  • Save dade80vr/dcf0b737cb6a38bb170c277c92792816 to your computer and use it in GitHub Desktop.
Save dade80vr/dcf0b737cb6a38bb170c277c92792816 to your computer and use it in GitHub Desktop.
Set Virtualbox folder readable/writeable to all users in Mac or Linux
#!/bin/bash
sudo chmod -R 777 /VirtualBox\ VMs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment