6
我对/ usr / local /的权限正确吗?
我正在使用HomeBrew来满足我的端口需求(似乎比MacPorts更加“干净”)。 我可以不使用sudoing 进行安装(很棒),但是man链接步骤似乎需要它(/usr/local/share/man/man3由拥有root)。我发现 的指南建议我chown /usr/local通过递归 sudo chown -R `whoami` /usr/local 这是安全的吗?还是“坏主意”? 另外:我的权限是否正确? $ pwd /usr/local/share/man $ ls -lah total 32 drwxrwxr-x 8 root staff 272B 4 Set 11:02 . drwxrwxr-x 9 root staff 306B 10 Set 11:27 .. drwxr-xr-x 3 root wheel 102B 4 Ago 2009 de drwxrwxr-x 163 root …