초보자용 Mac에서 Operation not permitted의 해결 방법
개요
/bin
/sbin
/System
사례
예를 들어, 다음 명령을 실행하면 오류가 표시됩니다.
$ sudo mv /usr/bin/vim /usr/bin/old_vim
mv: rename /usr/bin/vim to /usr/bin/old_vim: Operation not permitted
해결 절차
command + R
를 길게 눌러 표시가 나타나면 놓습니다. $ csrutil status
enabled
는 오류의 원인입니다. System Integrity Protection status: enabled.
$ csrutil disable
Successfully disabled System Integrity Protection. Please resart the machine for the changes to take effect.
$ reboot
Reference
이 문제에 관하여(초보자용 Mac에서 Operation not permitted의 해결 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/iwaseasahi/items/9d2e29b02df5cce7285d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)