mac brew 安装程序 开启启动
Posted guanchaoguo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac brew 安装程序 开启启动相关的知识,希望对你有一定的参考价值。
可以使用 brew --prefix [app_name] 查看路径
- 一般plist 在这个位置
查看启动的服务
- brew services list
启动服务
- brew services start postgres
批量赋值权限
sudo chown -R $(whoami) $(brew --prefix)/*
本文来自博客园,作者:vx_guanchaoguo0,转载请注明原文链接:https://www.cnblogs.com/guanchaoguo/p/16918243.html
以上是关于mac brew 安装程序 开启启动的主要内容,如果未能解决你的问题,请参考以下文章