sudo(8) install(1) -d -o $(whoami) -g admin /usr/local/Frameworks
execute a command as another user
copy files and set attributes
-d, --directory
       treat all arguments as directory names; create all components of the specified directories
-o, --owner=OWNER
       set ownership (super-user only)
-g, --group=GROUP
       set group ownership, instead of process' current group
source manpages: sudoinstall