sh [在MAC OSX上配置允许多个用户的自制权限]。管理员组中的任何用户都可以管理自制软件和c

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [在MAC OSX上配置允许多个用户的自制权限]。管理员组中的任何用户都可以管理自制软件和c相关的知识,希望对你有一定的参考价值。

#!/bin/sh
# Configure homebrew permissions to allow multiple users on MAC OSX.
# Any user from the admin group will be able to manage the homebrew and cask installation on the machine.

# allow admins to manage homebrew's local install directory
chgrp -R admin /usr/local
chmod -R g+w /usr/local

# allow admins to homebrew's local cache of formulae and source files
chgrp -R admin /Library/Caches/Homebrew
chmod -R g+w /Library/Caches/Homebrew

# if you are using cask then allow admins to manager cask install too
chgrp -R admin /opt/homebrew-cask
chmod -R g+w /opt/homebrew-cask

以上是关于sh [在MAC OSX上配置允许多个用户的自制权限]。管理员组中的任何用户都可以管理自制软件和c的主要内容,如果未能解决你的问题,请参考以下文章

sh 在Mac OSX上下文菜单中清除多个Atom

sh 我的Shell配置(Mac OSX)

在 Mac/OSX 上安装 Dart

sh 如何在Mac OSX上安装和编译rsync

sh 在Mac OS X上快速显示/隐藏隐藏文件#osx

为啥OSX 不能在“Macintosh HD”上安装,Mac OS X 讨论区