[Wine] Few Questions

ryan woodsmall rwoodsmall at mac.com
Mon Sep 19 18:44:53 CDT 2011


> sudo chmod -R 777 /opt/local

Do NOT run that. That recursively grants rwx permissions to *every* user on the system for *everything* in that directory. Bad idea. The only time 777 should be granted is on temp directories in conjunction with a sticky bit of some sort.

Just prefix any "port" subcommands with sudo and you'll be safe. -r



More information about the wine-users mailing list