Home  >  Q&A  >  body text

macos - mac 10.11 删除自带的apache、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 有影响吗?

黄舟黄舟2773 days ago498

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-04-10 16:37:50

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

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

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

    reply
    0
  • ringa_lee

    ringa_lee2017-04-10 16:37:50

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

    reply
    0
  • Cancelreply