- In oracle VM, click on Devices
- devices - shared folders -> name: OracleVM, path:D:\OracleVM
- Brows the path
- Make it Auto-mount and Make permanent
- cd /mnt
- mkdir OracleVMShare
- mount -t vboxsf OracleVM /mnt/OracleVMShare
Then it worked! Yay!!!!
http://niallcblogs.blogspot.ca/2011/01/setting-up-shared-folders-on-oracle-soa.html
chgrp -R newgroupname directory
chown -R newusername directory
Remove directory recursively:
rm -rf directory
Copydirectory recursively:
cp -r dir1 dir2
Remove directory recursively:
rm -rf directory
Copydirectory recursively:
cp -r dir1 dir2
No comments:
Post a Comment