>백엔드 개발 >PHP 튜토리얼 >osx - mac 10.11 删除自带的apache、php 报错无权限

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

WBOY
WBOY원래의
2016-06-06 20:21:132213검색

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

<code>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</code>

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

回复内容:

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

<code>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</code>

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

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

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

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

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

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.