Heim >Backend-Entwicklung >PHP-Tutorial >osx - mac 10.11 删除自带的apache、php 报错无权限

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

WBOY
WBOYOriginal
2016-06-06 20:21:132216Durchsuche

  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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn