欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

osx - mac 10.11 删除自带的apache、php 报错无权限

程序员文章站 2022-05-06 10:07:57
...
  1. 要在机子上装 nginx+php+myql,想删除自带的apache、php

sudo rm /usr/sbin/apachectl
override rwxr-xr-x  root/wheel restricted,compressed for /usr/sbin/apachectl? y
rm: /usr/sbin/apachectl: Operation not permitted

求怎么解决,我是准备用,homebrew 安装 nginx、php
如果不删除自带的 apache、php 对用 homebrew 新安装的 nginx、php 有影响吗?

回复内容:

  1. 要在机子上装 nginx+php+myql,想删除自带的apache、php

sudo rm /usr/sbin/apachectl
override rwxr-xr-x  root/wheel restricted,compressed for /usr/sbin/apachectl? y
rm: /usr/sbin/apachectl: Operation not permitted

求怎么解决,我是准备用,homebrew 安装 nginx、php
如果不删除自带的 apache、php 对用 homebrew 新安装的 nginx、php 有影响吗?

不要删除系统自带的,不会影响homebrew安装

你可以设置一下PATH系统变量,把/usr/local的东西放到/usr之前

就算你删除了系统自带的,下次系统升级多半又给你装上了

关闭rootless就可以删掉了,不过这样不安全
我的系统就是共存的,好像没啥事情
rootless关闭方法见:http://www.macx.cn/thread-2167166-1-5.html

相关标签: osx apache php